Me

Tag: Rails Api

  • Flexible Association Managers in Rails 7 APIs

    Adding association management methods to Rails models Photo by Transly Translation Agency on Unsplash If you’re a Rails developer, you’re probably familiar with updating associated records through the association_name_ids= setter method. That strategy works well, but often leads to cluttered controller methods for managing record associations. In a current project, I found myself wanting a more convenient…