September 17, 2021
Rails 7 alpha released
Hi, Wojtek here with more new Rails 7 changes. Rails 7.0 alpha released The new Rails frontend approach and all the other new goodies can already be checked in this...
September 15, 2021
Rails 7.0 Alpha 1: New JavaScript Answers, At-Work Encryption, Query Origin Logging, Zeitwerk Exclusively
Welcome to the first alpha release of Rails 7. It brings some very exciting new answers to how we do JavaScript, an awesome approach to at-work encryption with Active Record,...
September 11, 2021
Bye-bye Byebug, Hello jsbundling and cssbundling!
Hi! zzak here! We’re back after a 2 week break with some of the latest changes that will land in Rails 7. DHH previews JavaScript options in Rails 7 [YouTube]...
September 3, 2021
Autoloading in Rails 7, get ready!
The forthcoming Rails 7 represents a milestone for autoloading. There are two important changes coming: Zeitwerk has been the default autoloader for more than two years. Rails 6.0 and Rails...
August 28, 2021
Remove default reliance on Sass and more!
Hi, this is Greg, bringing you the latest changes in Rails. Remove default reliance on Sass and CSS generators Due to Saas has chosen to focus exclusively on dart-saas, Rails...
August 21, 2021
Good-bye classic mode, --skip-puma, --skip-gemfile.. hello weekday_options_for_select!
Hello, zzak again with the latest changes in Rails this week! DHH previews modern web apps without JavaScript bundling or transpiling In this YouTube, DHH goes through the latest changes...
August 19, 2021
Rails 6.0.4.1 and 6.1.4.1 have been released
Hi everyone! Rails versions 6.0.4.1 and 6.1.4.1 have been released! These releases contain important security fixes, so please update when you can! This release just contains one security fix which...
August 13, 2021
ESM importmap and Marginalia
Hi, Wojtek here introducing you to upcoming Rails 7 goodies. ESM importmap support Modern web apps without JavaScript bundling or transpiling are now possible to build in Rails. Exciting new...
August 8, 2021
Active Record goodies and more!
Hi there, this is Greg, bringing you the latest new about the Rails framework. Allow entirely opting out of deprecation warnings Previously if you set app.config.active_support.deprecation = :silence, some work...
July 31, 2021
Favicons, InvalidAuthenticityToken message gains, Journey optimizations and more!
Hello, zzak here! Congrats on making it through another month and another week of Rails development. Add favicon to internal routes “/favicon.ico” They finally fixed that pesky No route matches...