Merge branch 'patch-1' of https://github.com/xaviershay/pry into xaviershay

This commit is contained in:
John Mair 2011-05-02 14:34:16 +12:00
commit f578772907
1 changed files with 3 additions and 3 deletions

View File

@ -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
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
MyArtChannel: [https://gist.github.com/941174](https://gist.github.com/941174)
pry -r./config/environment
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