Skip to content

Commit

Permalink
Added changes of railties to release notes for 7.1
Browse files Browse the repository at this point in the history
review changes updated
  • Loading branch information
akhilgkrishnan committed Aug 24, 2023
1 parent 8b095c8 commit 25e0fab
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions guides/source/7_1_release_notes.md
Expand Up @@ -138,10 +138,23 @@ Please refer to the [Changelog][railties] for detailed changes.

### Removals

* Remove deprecated `bin/rails secrets:setup` command.

### Deprecations

* Deprecated usage of `Rails.application.secrets`.

* Deprecated `secrets:show` and `secrets:edit` commands in favor of `credentials`.

### Notable changes

* Add `sandbox_by_default` option to start rails console in sandbox mode by default.

* Add new syntax for support filtering tests by line ranges.

* Add `DATABASE` option that enables the specification of the target database when executing the
`rails railties:install:migrations` command to copy migrations.

Action Cable
------------

Expand Down

0 comments on commit 25e0fab

Please sign in to comment.