Skip to content

Commit

Permalink
Add suggestion to stop spring
Browse files Browse the repository at this point in the history
  • Loading branch information
djpowers committed Sep 12, 2021
1 parent d622b7d commit c5c2c1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,14 @@ Check out `change-prompt --help` for information about temporarily
changing the prompt for the current Pry session.

## Disable pry-rails

If pry-rails is included in your application but you would prefer not to use it, you may run the following command to set the appropriate environment variable to disable initialization and fall back to the default IRB console:
```shell
DISABLE_PRY_RAILS=1 rails console
```

Note that you may need to run `spring stop` first.

# Developing and Testing

This repo uses [Roadshow] to generate a [Docker Compose] file for each
Expand Down

0 comments on commit c5c2c1e

Please sign in to comment.