This week in Rails
Past issues
Nov 30
Dec 20
Dec 4 2020
Rails 6.1 RC2 and some enhancements
Hi,
Wojtek
from this side with a small set of changes since the last week.
Rails 6.1 RC2 released
The second release candidate for Rails 6.1 has been released and brings a more robust experience for those already trying this version.
Add option for "default_scope" to run on all queries
This change allows for applications to optionally run a
default_scope
on
update
and
delete
queries in addition to current behavior on
get
and
insert
statements, by adding
all_queries: true.
Add "id" and "field_id" methods to FormBuilder
Ease generating consistent DOM ids in given form context.
New default for "local" option on "form_with"
With Rails 6.1 version,
form_with
will generate non-remote forms by default.
17 people
contributed to Rails since last time. Check out
the detailed list of all changes
. 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