mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Merge branch 'patch-1' of https://github.com/xaviershay/pry into xaviershay
This commit is contained in:
commit
f578772907
1 changed files with 3 additions and 3 deletions
|
@ -441,11 +441,11 @@ help that can be accessed via typing `command_name --help`. A command
|
||||||
will typically say in its description if the `--help` option is
|
will typically say in its description if the `--help` option is
|
||||||
avaiable.
|
avaiable.
|
||||||
|
|
||||||
### Use Pry as your Rails 3 Console
|
### Use Pry as your Rails Console
|
||||||
|
|
||||||
This is currently a hack, but follow the gist kindly provided by
|
pry -r./config/environment
|
||||||
MyArtChannel: [https://gist.github.com/941174](https://gist.github.com/941174)
|
|
||||||
|
|
||||||
|
MyArtChannel has kindly provided a hack to replace the `rails console` command in Rails 3: [https://gist.github.com/941174](https://gist.github.com/941174) This is not recommended for code bases with multiple developers, as they may not all want to use Pry.
|
||||||
|
|
||||||
### Other Features and limitations
|
### Other Features and limitations
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue