Skip to content

Commit

Permalink
Merge pull request #49276 from akhilgkrishnan/add-railties-notable
Browse files Browse the repository at this point in the history
Added new railties notable changes in 7.1 release note [skip ci]
  • Loading branch information
rafaelfranca committed Sep 15, 2023
2 parents 93ea1d0 + 524f485 commit 19930b4
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 19930b4

Please sign in to comment.