Skip to content

Commit 1c3aed0

Browse files
authored
Merge pull request rails#49022 from akhilgkrishnan/release_7_1_railties
[skip ci] Added changes of railties to release notes for 7.1
2 parents 4df85d7 + 25e0fab commit 1c3aed0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

guides/source/7_1_release_notes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,23 @@ Please refer to the [Changelog][railties] for detailed changes.
138138

139139
### Removals
140140

141+
* Remove deprecated `bin/rails secrets:setup` command.
142+
141143
### Deprecations
142144

145+
* Deprecated usage of `Rails.application.secrets`.
146+
147+
* Deprecated `secrets:show` and `secrets:edit` commands in favor of `credentials`.
148+
143149
### Notable changes
144150

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+
145158
Action Cable
146159
------------
147160

0 commit comments

Comments
 (0)