This week in Rails
Past issues
Feb 9
Mar 1
Feb 21 2020
Strict loading in Active Record and more
Hi,
Wojtek
from this side with latest changes in Ruby on Rails codebase.
Add strict_loading mode to Active Record
To prevent lazy loading of associations,
strict_loading
will cascade down from the parent record to all the associations to help you catch any places where you may want to
preload
instead of lazy loading.
Serialize schema cache dump with Marshal
In addition to YAML it is now possible to use Marshal as schema cache dump serializer.
Improve assert_changes output
Provides more specific diffs when comparing complex objects. Co-authored by few contributors.
36 people
contributed to Rails since last time. Check out
the detailed list of all changes
. Until next time!
Previous Issues
Sep 27
Autumn is here, and so is Rails 7 Alpha 2! 🍂
Sep 17
Rails 7 alpha released
Sep 11
Bye-bye Byebug, Hello jsbundling and cssbundling!
Aug 28
Remove default reliance on Sass and more!
Aug 21
Good-bye classic mode, --skip-puma, --skip-gemfile.. hello weekday_options_for_select!
Aug 13
ESM importmap and Marginalia
Aug 8
Active Record goodies and more!
Jul 31
Favicons, InvalidAuthenticityToken message gains, Journey optimizations and more!
Jul 23
Active record improvements and much more
Jul 19
Performance and parallel testing improvements and more!
Load More