Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jan 18, 2024
1 parent 1dffbec commit 8324fbb
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 @@
* Add customized prompt for Rails console

Currently, Rails console uses the default IRB prompt, which makes it easily
confused with normal IRB sessions and the prompt is not helpful for Rails development.

The new Rails console prompt is shorter and shows its environment:

```txt
dev:001> # for develoment
prod:001> # for production
test:001> # for test
```

*Stan Lo*

* Ensure `autoload_paths`, `autoload_once_paths`, `eager_load_paths`, and
`load_paths` only have directories when initialized from engine defaults.
Previously, files under the `app` directory could end up there too.
Expand Down

0 comments on commit 8324fbb

Please sign in to comment.