Rails 8 adds Kamal by default.
All new applications using Rails 8 will have Kamal by default.Rubygems :file Option for Ruby Version
Rubygems introduced a :file option so that we can read the Ruby version from a file.Rails 7.1 Postgres Enum Support Extended
Rails 7.1 extends support to rename enum, add enum value and rename enum value for Postgres adapterRails 7.1 select with Hash Values
ActiveRecord::QueryMethods#select adds support for hash values in Rails 7.1Rails 7.1 Media Tags with ActiveStorage
Rails 7.1 extends audio_tag and video_tag to accept Active Storage attachmentsRails 7 Adds weekday_select Helper
Rails 7 adds the `weekday_select` and `weekday_options_for_select` form helpers.Rails 7 ActiveStorage Expiring URLs
Rails 7 adds the `expires_in` option in the ActiveStorage URL helper for generating expiring URLs.Rails 7 adds AudioAnalyzer to ActiveStorage
Rails 7 adds AudioAnalyzer to ActiveStorage to extract audio duration and bit_rate.Rails 7 Adds Rich Text Eager Loading
Rails 7 adds `#with_all_rich_text` to ActionText for eager loading all rich text associations.Rails 7 introduces new syntax for enum
Rails 7 introduces new syntax for enum and few other changesRails 7 Global benchmark Method
Rails 7 allows benchmark method to be called from anywhere with Rails.benchmark("test") { ... }