This week in Rails
Past issues
Dec 1
Jan 5
Dec 27 2019
Ruby 2.7.0, Rails 6.0.2.1 and more
Hello, this is
Wojtek
reporting on last month additions to Rails codebase.
Ruby 2.7.0 released
The last minor version of Ruby 2.7 before 3.0 release in the next year. Rails codebase is constantly updated to support Ruby 2.7 without any warnings.
Rails 6.0.2 released
Followed by security fix releases
5.2.4.1
and
6.0.2.1
Track Active Storage variants in the database
Optimization and bug fix by avoiding existence checks in the storage service.
Conditional values in Tag Builder
Handy addition to clean up common use case with constructing class names when creating content tags.
Add class_names view helper
As a follow-up to conditional values in
Tag Builder
, to ease even more constructing class names on views.
Deep merge of shared configuration in config_for method
From now on
config_for
will deeply merge shared configuration section with environment specific one.
76 people
contributed to Rails since last time. Check out
the detailed list of all changes
.
Happy new year!
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