This week in Rails
Past issues
Jan 11
May 28
Jan 24 2021
Defaults to "main" branch name, new webpacker guide and improved strict loading
Hi,
Wojtek
here with the summary of changes from the last days.
Renamed master branch to main in the Rails repository
As
mentioned by DHH
and
performed by Rafael França
the default branch for most of the Rails git repositories is now called "main".
Webpacker added to edge guides
The detailed guide how to use
webpack
build system with Rails via
webpacker
gem. You can read it on
edge guides
.
Opting out of strict loading on a per-record base
This is useful when
strict loading
is enabled application wide or on the model level.
Improved strict loading violation error message
This change updates the error message to include both the class and the association name which makes it clear what exactly failed.
39 people
contributed to Rails since last time. Check out the
open issues
to get involved and help out. Until next week!
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