December 23, 2022
Rails on Docker, local? environment inquirer and more!
Hi there, this is Greg, bringing you the latest changes in Rails! Only include all_queries default scopes on reload This pull request changes the current behaviour on reload, which applies...
December 16, 2022
Documentation on preloading STIs, TimeHelpers improvement, etc
नमस्ते, This is Emmanuel Hayford with some updates from Rails! Hide changes to before_committed! behaviour behind config This PR introduces a new configuration option that will enable before_committed! callbacks on...
December 2, 2022
Executive Director for Rails Foundation needed, Stimulus 3.2 and more
Hi, Wojtek here with this week’s news from the Rails world. The Rails Foundation is hiring an Executive Director The Rails Foundation is looking for a full-time executive director to...
November 30, 2022
The Rails Foundation is hiring an Executive Director
The Rails Foundation is looking for a full-time executive director to run day-to-day operations and implement our mission to improve the documentation, education, marketing, and events in the Rails ecosystem....
November 25, 2022
Disable enum methods generation, a concurrency fix and more!
Hi there, This is Greg, bringing you the latest changes in Rails. Make sure that concurrent map usage is thread-safe This pull request changes the way a cache miss is...
November 19, 2022
The Rails Foundation, Stimulus Outlets API, bug fixes and lots of improvements!
Boa noite! This is Emmanuel, bearer of good tidings. Introducing: The Rails Foundation In case you missed it, with eight founding members, Rails has started The Rails Foundation! Together, the...
November 14, 2022
The Rails Foundation kicks off with one million dollars
Today, we are excited to announce the launch of The Rails Foundation. Its mission is to improve the documentation, education, marketing, and events in our ecosystem to the benefit of...
November 11, 2022
This Week in Rails: A bugfix and improvements!
Hi there, This is Greg, bringing you the latest changes in Rails. Fix Enumerable#many? to handle all block parameters Before this fix, Enumerable#many? didn’t forward the block parameters to the...
November 4, 2022
An improved error page, groundwork for composite primary keys and Stimulus 3.1.1
Hi, Petrik here with this week’s news from the Rails world. Improve the “missing template” error page This error page got a nice overhaul with clearer wording, making it more...
October 28, 2022
More intuitive checking of form check boxes and radio buttons
Hi, Wojtek here with this week’s news from the Rails world. Support checked as a keyword argument in check_box_tag and radio_button_tag Now the form helper f.check_box "admin", checked: false works...