1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Also link to pry-rails repo

This commit is contained in:
Ryan Fitzgerald 2013-07-22 18:27:46 -07:00
parent d46c7093e7
commit d59ca6c11b

View file

@ -360,10 +360,11 @@ avaiable.
### Use Pry as your Rails Console
The recommended way to use Pry as your Rails console is to add the
`pry-rails` gem to your Gemfile. This replaces the default console
with Pry, in addition to loading the Rails console helpers and
adding some useful Rails-specific commands.
The recommended way to use Pry as your Rails console is to add
[the `pry-rails` gem](https://github.com/rweng/pry-rails) to
your Gemfile. This replaces the default console with Pry, in
addition to loading the Rails console helpers and adding some
useful Rails-specific commands.
If you don't want to change your Gemfile, you can still run a Pry
console in your app's environment using Pry's `-r` flag: