Skip to content

Commit a0e8ea1

Browse files
committed
Add Highlights section in the Rails 7.1 release notes
1 parent 66eda9c commit a0e8ea1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

guides/source/7_1_release_notes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ Ruby on Rails 7.1 Release Notes
55

66
Highlights in Rails 7.1:
77

8+
* Generate Dockerfiles for new Rails applications
9+
* Add `ActiveRecord::Base.normalizes`
10+
* Add `ActiveRecord::Base.generates_token_for`
11+
* Add `perform_all_later` to enqueue multiple jobs at once
12+
* Composite primary keys
13+
* Introduce adapter for `Trilogy`
14+
* Add `ActiveSupport::MessagePack`
15+
* Introducing `config.autoload_lib` and `config.autoload_lib_once` for Enhanced Autoloading
16+
* Active Record API for general async queries
17+
* Allow templates to set strict `locals`
18+
* Add `Rails.application.deprecators`
19+
* Support pattern matching for JSON `response.parsed_body`
20+
* Extend `response.parsed_body` to parse HTML with Nokogiri
21+
* Introduce `ActionView::TestCase.register_parser`
22+
23+
These release notes cover only the major changes. To learn about various bug
24+
fixes and changes, please refer to the changelogs or check out the [list of
25+
commits](https://github.com/rails/rails/commits/7-1-stable) in the main Rails
26+
repository on GitHub.
27+
828
--------------------------------------------------------------------------------
929

1030
Upgrading to Rails 7.1

0 commit comments

Comments
 (0)