author-pic

2 posts tagged with "rails"

How to eager load files with Rails

Posted on March, 2022

Eager 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 post

About generated methods for has_many relations

Posted on March, 2022

Besides making the collection of objects available through 16 more methods get added to the model automatically.

Read full post