This week in Rails
Past issues
Subscribe
Nov 2
Nov 23
Nov 13 2020
Enhanced strict loading, multiple databases and more!
Hi,
Wojtek
from this side with a summary of the latest changes that will be available in the upcoming Rails 6.1.
Rails 6.1 RC1 released
Release candidate of Rails 6.1 is ready for testing.
Enhance strict loading to log violations
This change allows for an application to optionally log instead of raise when using
strict_loading
.
Add connected_to_many for multiple databases
This would come in especially handy for deeper nesting past 2 databases when declaring connections.
Add request exclusion to host authorization
Host authorization checks can be skipped for specific requests. This allows for health check requests to be permitted for requests with missing or non-matching host headers.
Add server Railtie block
Allow the application or a railtie to load code after the server start (similar to
console
and
tasks
blocks).
39 people
contributed to Rails since last time. Check out
the detailed list of all changes
. Until next week!
Previous Issues
Jan 24
Defaults to "main" branch name, new webpacker guide and improved strict loading
Jan 11
Hello 2021: Sole record, Same form multiple verbs, Validator with range, Rich text control
Dec 20
Rails 6.1, benchmark anywhere, bugfixes and more!
Dec 4
Rails 6.1 RC2 and some enhancements
Nov 30
New Active Record and Action View capabilities, bug fixes and more!
Nov 23
Bugfixes, improvements and more!
Nov 13
Enhanced strict loading, multiple databases and more!
Nov 2
Multiple database improvements, bugfixes and more!
Oct 23
Active Record values_at and cache improvements
Oct 19
New API Docs site, configurable cache coder, bug fixes, and more!
Load More