Rails 7 Arel adds support for FILTER clause
Rails 7 Arel adds support for FILTER clause, enabling more powerful aggregate queries in PostgreSQL.Rails 7 Action Text attachment_tag_name
Rails 7 adds support for setting `config.action_text.attachment_tag_name` to replace the actiontext's default attachment HTML tag name to a custom string.Rails 7 redirect_to Accepts Strings
Rails 7 adds support for redirecting using any arguments that respond_to `#to_str`.Rails 7 Nested Secrets via Method Calls
We can now access nested secrets stored in credentials.yml.enc using the dot (.) syntax instead of using [ ]Ruby 3.1 Enumerable#tally Accepts Hash
Ruby 3.1 extends Enumerable#tally to accept an optional hash for accumulating counts across collections.Rails 7 Hash to HTML Attributes in ERB
Rails 7 adds `tag.attributes`, which transforms a Hash into HTML Attributes, ready to be interpolated into ERB.Rails 7 Adds #excluding to Relation
Rails 7 adds #excluding to ActiveRecord::Relation to exclude a record or collection of records.