File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ Ruby on Rails 7.1 Release Notes
5
5
6
6
Highlights in Rails 7.1:
7
7
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
+
8
28
--------------------------------------------------------------------------------
9
29
10
30
Upgrading to Rails 7.1
You can’t perform that action at this time.
0 commit comments