Skip to content

Commit

Permalink
Added new railties notable changes in 7.1 release note
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilgkrishnan committed Sep 14, 2023
1 parent 6ba2bf4 commit 524f485
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions guides/source/7_1_release_notes.md
Expand Up @@ -450,6 +450,14 @@ Please refer to the [Changelog][railties] for detailed changes.
* Add `DATABASE` option that enables the specification of the target database when executing the
`rails railties:install:migrations` command to copy migrations.

* Add support for Bun in `rails new --javascript` generator.

```bash
$ rails new my_new_app --javascript=bun
```

* Add ability to show slow tests to the test runner.

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

Expand Down

0 comments on commit 524f485

Please sign in to comment.