Skip to content

Commit

Permalink
Add missing dollar sign for bash script [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilgkrishnan committed Sep 14, 2023
1 parent 6ba2bf4 commit 0d3a4ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions railties/CHANGELOG.md
Expand Up @@ -4,8 +4,8 @@
defined by Active Record.

```bash
bin/rails generate model Post save
bin/rails generate model Post hash
$ bin/rails generate model Post save
$ bin/rails generate model Post hash
```

*Petrik de Heus*
Expand All @@ -15,17 +15,17 @@
* Add ability to show slow tests to the test runner

```bash
bin/test --profile # additionally prints 10 (default) slowest tests
$ bin/test --profile # additionally prints 10 (default) slowest tests
# or
bin/test --profile 20 # prints 20 slowest tests
$ bin/test --profile 20 # prints 20 slowest tests
```

*fatkodima*

* `rails new --javascript` generator now supports Bun

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

*Jason Meller*
Expand Down

0 comments on commit 0d3a4ca

Please sign in to comment.