#phlex — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #phlex, aggregated by home.social.
-
Another Weekly Brain Dump is online!
- Taylor Community site switching back to #Rails from #Hanami
- I also switch to using #Phlex for view rendering
- I start learning how to build a programming languagehttps://sean.taylormadetech.dev/2026/02/26/weekly-brain-dump-11.html
-
Another Weekly Brain Dump is online!
- Taylor Community site switching back to #Rails from #Hanami
- I also switch to using #Phlex for view rendering
- I start learning how to build a programming languagehttps://sean.taylormadetech.dev/2026/02/26/weekly-brain-dump-11.html
-
Another Weekly Brain Dump is online!
- Taylor Community site switching back to #Rails from #Hanami
- I also switch to using #Phlex for view rendering
- I start learning how to build a programming languagehttps://sean.taylormadetech.dev/2026/02/26/weekly-brain-dump-11.html
-
Another Weekly Brain Dump is online!
- Taylor Community site switching back to #Rails from #Hanami
- I also switch to using #Phlex for view rendering
- I start learning how to build a programming languagehttps://sean.taylormadetech.dev/2026/02/26/weekly-brain-dump-11.html
-
Another Weekly Brain Dump is online!
- Taylor Community site switching back to #Rails from #Hanami
- I also switch to using #Phlex for view rendering
- I start learning how to build a programming languagehttps://sean.taylormadetech.dev/2026/02/26/weekly-brain-dump-11.html
-
Just had another very nice "aha moment" with #Phlex
For my `Event` model, I had method `notified_changes` - to be able to list changes on object since user last saw it.
First, I put it in Notifiable concern, but that's shared with many models, and I need this only for Event.
So I created presenter/decorator, which is okay. But still - I need this only for events#show, so general presenter is bit of an overkill.
Luckily, in Phlex, I can to this:
-
Just had another very nice "aha moment" with #Phlex
For my `Event` model, I had method `notified_changes` - to be able to list changes on object since user last saw it.
First, I put it in Notifiable concern, but that's shared with many models, and I need this only for Event.
So I created presenter/decorator, which is okay. But still - I need this only for events#show, so general presenter is bit of an overkill.
Luckily, in Phlex, I can to this:
-
Just had another very nice "aha moment" with #Phlex
For my `Event` model, I had method `notified_changes` - to be able to list changes on object since user last saw it.
First, I put it in Notifiable concern, but that's shared with many models, and I need this only for Event.
So I created presenter/decorator, which is okay. But still - I need this only for events#show, so general presenter is bit of an overkill.
Luckily, in Phlex, I can to this:
-
Just had another very nice "aha moment" with #Phlex
For my `Event` model, I had method `notified_changes` - to be able to list changes on object since user last saw it.
First, I put it in Notifiable concern, but that's shared with many models, and I need this only for Event.
So I created presenter/decorator, which is okay. But still - I need this only for events#show, so general presenter is bit of an overkill.
Luckily, in Phlex, I can to this:
-
Just had another very nice "aha moment" with #Phlex
For my `Event` model, I had method `notified_changes` - to be able to list changes on object since user last saw it.
First, I put it in Notifiable concern, but that's shared with many models, and I need this only for Event.
So I created presenter/decorator, which is okay. But still - I need this only for events#show, so general presenter is bit of an overkill.
Luckily, in Phlex, I can to this:
-
Ok, I'm really enjoying using #Phlex in my #rails app.
I started using it in new project to try (didn't manage to rewrite the layouts and get rid of simple_form, but other than that, I'm full on Phlex).
Now I'm rewriting ViewComponents to Phlex (with help of RubyUI, nice library!), and it's so much cleaner!
I wrote a post about why I like Phlex now, as it would be bit long for here:
https://dev.to/janmpeterka/using-phlex-helps-me-be-a-better-programmer-16ceThanks @joeldrapper for this delightful gem!
-
Ok, I'm really enjoying using #Phlex in my #rails app.
I started using it in new projec to try (didn't manage to rewrite the layouts and get rid of simple_form, but other than that, I'm full on Phlex).
Now I'm rewriting ViewComponents to Phlex (with help of RubyUI, nice library!), and it's so much cleaner!
I wrote a post about why I like Phlex now, as it would be bit long for here:
https://dev.to/janmpeterka/using-phlex-helps-me-be-a-better-programmer-16ceThanks @joeldrapper for this delightful gem!
-
Ok, I'm really enjoying using #Phlex in my #rails app.
I started using it in new project to try (didn't manage to rewrite the layouts and get rid of simple_form, but other than that, I'm full on Phlex).
Now I'm rewriting ViewComponents to Phlex (with help of RubyUI, nice library!), and it's so much cleaner!
I wrote a post about why I like Phlex now, as it would be bit long for here:
https://dev.to/janmpeterka/using-phlex-helps-me-be-a-better-programmer-16ceThanks @joeldrapper for this delightful gem!
-
Ok, I'm really enjoying using #Phlex in my #rails app.
I started using it in new project to try (didn't manage to rewrite the layouts and get rid of simple_form, but other than that, I'm full on Phlex).
Now I'm rewriting ViewComponents to Phlex (with help of RubyUI, nice library!), and it's so much cleaner!
I wrote a post about why I like Phlex now, as it would be bit long for here:
https://dev.to/janmpeterka/using-phlex-helps-me-be-a-better-programmer-16ceThanks @joeldrapper for this delightful gem!
-
Ok, I'm really enjoying using #Phlex in my #rails app.
I started using it in new project to try (didn't manage to rewrite the layouts and get rid of simple_form, but other than that, I'm full on Phlex).
Now I'm rewriting ViewComponents to Phlex (with help of RubyUI, nice library!), and it's so much cleaner!
I wrote a post about why I like Phlex now, as it would be bit long for here:
https://dev.to/janmpeterka/using-phlex-helps-me-be-a-better-programmer-16ceThanks @joeldrapper for this delightful gem!
-
-
-
-
-
-
Added features do Pikoin:
- Cashflow insight
- Spending breakdown insight
- Support for pt-BR language
- Support for different currencies (input and display)
- More 2 filter options for insights (last month, last year)Pikoin repo: https://github.com/gunbolt/pikoin
-
Added features do Pikoin:
- Cashflow insight
- Spending breakdown insight
- Support for pt-BR language
- Support for different currencies (input and display)
- More 2 filter options for insights (last month, last year)Pikoin repo: https://github.com/gunbolt/pikoin
-
Added features do Pikoin:
- Cashflow insight
- Spending breakdown insight
- Support for pt-BR language
- Support for different currencies (input and display)
- More 2 filter options for insights (last month, last year)Pikoin repo: https://github.com/gunbolt/pikoin
-
Added features do Pikoin:
- Cashflow insight
- Spending breakdown insight
- Support for pt-BR language
- Support for different currencies (input and display)
- More 2 filter options for insights (last month, last year)Pikoin repo: https://github.com/gunbolt/pikoin
-
Added features do Pikoin:
- Cashflow insight
- Spending breakdown insight
- Support for pt-BR language
- Support for different currencies (input and display)
- More 2 filter options for insights (last month, last year)Pikoin repo: https://github.com/gunbolt/pikoin
-
Phlex for Rails Emails: Action Mailer Without ERB — https://camillovisini.com/coding/phlex-for-rails-emails-action-mailer-without-erb
#HackerNews #Phlex #Rails #Emails #ActionMailer #ERB #Free #Coding -
Phlex for Rails Emails: Action Mailer Without ERB — https://camillovisini.com/coding/phlex-for-rails-emails-action-mailer-without-erb
#HackerNews #Phlex #Rails #Emails #ActionMailer #ERB #Free #Coding -
Phlex for Rails Emails: Action Mailer Without ERB — https://camillovisini.com/coding/phlex-for-rails-emails-action-mailer-without-erb
#HackerNews #Phlex #Rails #Emails #ActionMailer #ERB #Free #Coding -
Phlex for Rails Emails: Action Mailer Without ERB — https://camillovisini.com/coding/phlex-for-rails-emails-action-mailer-without-erb
#HackerNews #Phlex #Rails #Emails #ActionMailer #ERB #Free #Coding -
Phlex for Rails Emails: Action Mailer Without ERB — https://camillovisini.com/coding/phlex-for-rails-emails-action-mailer-without-erb
#HackerNews #Phlex #Rails #Emails #ActionMailer #ERB #Free #Coding -
-
-
-
-
-
I need to migrate an "old" framework based on #phlex . I'm working on adding the deferred rendering to our existing stack; and can't wrap my head around what that `vanish(&)` thing do.
So many unexpected behaviours, if only we had time to do this more thoughtfully at first.
-
I need to migrate an "old" framework based on #phlex . I'm working on adding the deferred rendering to our existing stack; and can't wrap my head around what that `vanish(&)` thing do.
So many unexpected behaviours, if only we had time to do this more thoughtfully at first.
-
I need to migrate an "old" framework based on #phlex . I'm working on adding the deferred rendering to our existing stack; and can't wrap my head around what that `vanish(&)` thing do.
So many unexpected behaviours, if only we had time to do this more thoughtfully at first.
-
I need to migrate an "old" framework based on #phlex . I'm working on adding the deferred rendering to our existing stack; and can't wrap my head around what that `vanish(&)` thing do.
So many unexpected behaviours, if only we had time to do this more thoughtfully at first.
-
I need to migrate an "old" framework based on #phlex . I'm working on adding the deferred rendering to our existing stack; and can't wrap my head around what that `vanish(&)` thing do.
So many unexpected behaviours, if only we had time to do this more thoughtfully at first.
-
I implemented a short animation for @goodenoughtesting using #Tailwind #Ruby #Rails #Phlex
Read the full article at https://allaboutcoding.ghinda.com/how-to-make-a-small-pulsating-animation
-
I implemented a short animation for @goodenoughtesting using #Tailwind #Ruby #Rails #Phlex
Read the full article at https://allaboutcoding.ghinda.com/how-to-make-a-small-pulsating-animation
-
I implemented a short animation for @goodenoughtesting using #Tailwind #Ruby #Rails #Phlex
Read the full article at https://allaboutcoding.ghinda.com/how-to-make-a-small-pulsating-animation
-
I implemented a short animation for @goodenoughtesting using #Tailwind #Ruby #Rails #Phlex
Read the full article at https://allaboutcoding.ghinda.com/how-to-make-a-small-pulsating-animation
-
I implemented a short animation for @goodenoughtesting using #Tailwind #Ruby #Rails #Phlex
Read the full article at https://allaboutcoding.ghinda.com/how-to-make-a-small-pulsating-animation