This week in Rails
Past issues
Oct 6
Nov 2
Oct 25 2019
Permanent public URLs for storage blobs and more
Hello Ruby folks.
Wojtek
from this side reporting on latest additions to Rails codebase.
Add permanent URLs for public storage blobs
It is now possible to configure Active Storage to hold public/private blobs. Public services will always return a permanent URL.
Improve inversing associations
Adds support for inversing belongs_to -> has_many Active Record associations through a config option.
Support for overrides in "zeitwerk" mode inflectors
Helps to define custom autoload inflections independently from Active Support.
Support errors translation lookup on indexed attributes
When using indexed errors option, translated messages for them will be looked up by the standardized key.
Allow "OPTIONS" HTTP verb in routing mapper
Handy shortcut for defining routes.
45 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 12
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