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...
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...
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...
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...
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...
Hi, Wojtek here presenting quite a lot of changes from the past week. Disable schema dump per database Dumping the schema is on by default for all databases in an...
Hi, zzak again with the changes from the last week in Rails. Rails 6.1.4 was released This release includes many bug fixes so be sure to upgrade! You can read...
Hello. News about latest changes in Rails delivered to you by Wojtek. Active Record destroy_all performs in batches By default it will load records in batches of 100 and allow...
Hi there, this is Greg, bringing you the latest changes in Rails! Time#change should pass the zone property through if it’s set This PR fixes an issue with changing date...