#rails
Read more stories on Hashnode
Articles with this tag
I want to share a practical solution to a common challenge in Rails development I face it with almost every application I work with: combining...
Before Rails 7.1 Once upon a time, way long before the Rails 7.1 era, a smart Rails developer (like yourself) needed to ensure user email addresses...
Why I chose to explicitly pass the tag parameter in LinkComponent. ยท When creating a component in Rails, especially when using a component-based...
In the ever-evolving landscape of Ruby on Rails, how we choose to handle code can be as diverse as the developers themselves. Recently, my exploration...
Writing code is a journey of continuous improvement, learning, adaptation, and, yes, refactoring. As our applications grow and evolve, we often find...
Hey Rails dev! Ever struggled with handling different types of data in your Rails applications? Well, ActiveRecord::DelegatedType is here to make your...