What’s New in Ruby on Rails 8

Rails 8 beta is out! Featuring updates and improvements like a smooth integration with Kamal 2 for easy deployments, Propshaft as the new asset pipeline, and enhanced ActiveRecord functionalities. Surprisingly, SQLite is now a viable option for production use with new solid adapters that replace the need for additional services. Rails 8 also simplifies authentication setup and introduces a new script folder for utility scripts. Active Record has seen significant performance enhancements and better support for complex database scenarios. Overall, Rails 8 streamlines development workflows and aligns with modern practices, making app deployment and maintenance a breeze. Explore all the new features in the official release notes!

https://blog.appsignal.com/2024/10/07/whats-new-in-ruby-on-rails-8.html

To top