File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,23 @@ Please refer to the [Changelog][railties] for detailed changes.
138
138
139
139
### Removals
140
140
141
+ * Remove deprecated ` bin/rails secrets:setup ` command.
142
+
141
143
### Deprecations
142
144
145
+ * Deprecated usage of ` Rails.application.secrets ` .
146
+
147
+ * Deprecated ` secrets:show ` and ` secrets:edit ` commands in favor of ` credentials ` .
148
+
143
149
### Notable changes
144
150
151
+ * Add ` sandbox_by_default ` option to start rails console in sandbox mode by default.
152
+
153
+ * Add new syntax for support filtering tests by line ranges.
154
+
155
+ * Add ` DATABASE ` option that enables the specification of the target database when executing the
156
+ ` rails railties:install:migrations ` command to copy migrations.
157
+
145
158
Action Cable
146
159
------------
147
160
You can’t perform that action at this time.
0 commit comments