home.social

#phlex — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #phlex, aggregated by home.social.

  1. 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 language

    sean.taylormadetech.dev/2026/0

    #WeeklyBrainDump #programming #ruby #blog #TaylorEngine

  2. 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 language

    sean.taylormadetech.dev/2026/0

    #WeeklyBrainDump #programming #ruby #blog #TaylorEngine

  3. 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 language

    sean.taylormadetech.dev/2026/0

    #WeeklyBrainDump #programming #ruby #blog #TaylorEngine

  4. 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 language

    sean.taylormadetech.dev/2026/0

    #WeeklyBrainDump #programming #ruby #blog #TaylorEngine

  5. 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 language

    sean.taylormadetech.dev/2026/0

    #WeeklyBrainDump #programming #ruby #blog #TaylorEngine

  6. 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:

  7. 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:

  8. 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:

  9. 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:

  10. 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:

  11. 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:
    dev.to/janmpeterka/using-phlex

    Thanks @joeldrapper for this delightful gem!

  12. 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:
    dev.to/janmpeterka/using-phlex

    Thanks @joeldrapper for this delightful gem!

  13. 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:
    dev.to/janmpeterka/using-phlex

    Thanks @joeldrapper for this delightful gem!

  14. 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:
    dev.to/janmpeterka/using-phlex

    Thanks @joeldrapper for this delightful gem!

  15. 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:
    dev.to/janmpeterka/using-phlex

    Thanks @joeldrapper for this delightful gem!

  16. Phlex + Literal combo to build your design system

    #ruby #phlex

  17. Phlex + Literal combo to build your design system

    #ruby #phlex

  18. Phlex + Literal combo to build your design system

    #ruby #phlex

  19. Phlex + Literal combo to build your design system

    #ruby #phlex

  20. Phlex + Literal combo to build your design system

    #ruby #phlex

  21. 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: github.com/gunbolt/pikoin

    #ruby #phlex

  22. 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: github.com/gunbolt/pikoin

    #ruby #phlex

  23. 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: github.com/gunbolt/pikoin

    #ruby #phlex

  24. 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: github.com/gunbolt/pikoin

    #ruby #phlex

  25. 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: github.com/gunbolt/pikoin

    #ruby #phlex

  26. 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.

  27. 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.

  28. 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.

  29. 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.

  30. 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.

  31. Actually playing with #phlex and #literal in #ruby on #rails and it feels awesome. Rock solid gems !

  32. Actually playing with #phlex and #literal in #ruby on #rails and it feels awesome. Rock solid gems !

  33. Actually playing with #phlex and #literal in #ruby on #rails and it feels awesome. Rock solid gems !

  34. Actually playing with #phlex and #literal in #ruby on #rails and it feels awesome. Rock solid gems !

  35. Actually playing with #phlex and #literal in #ruby on #rails and it feels awesome. Rock solid gems !