2 posts tagged with "rails"
How to eager load files with Rails
Posted on March, 2022Eager loading increases performance and thus is useful in production environments. But this conditional behaviour can also lead to works-on-my-machine moments.
Read full postAbout generated methods for has_many relations
Posted on March, 2022Besides making the collection of objects available through 16 more methods get added to the model automatically.
Read full post