Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jan 19, 2024
1 parent 747122f commit 176b1a9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
* Rails console now indicates the current Rails environment:

```txt
dev:001> # for RAILS_ENV=development
test:001> # for RAILS_ENV=test
prod:001> # for RAILS_ENV=production
my_env:001> # for RAILS_ENV=my_env
```

The environment name will also be colorized when the environment is
`development` (green), `test` (green), or `production` (red), if your
terminal supports it.

*Stan Lo*

* `bin/rails` now prints its help message when given an unrecognized bare
option.

Expand Down

0 comments on commit 176b1a9

Please sign in to comment.