So I didn't know about the `pry` command-line script...

This commit is contained in:
Xavier Shay 2011-05-01 18:53:30 -07:00
parent 7d905c789a
commit 2614d3ee29
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ avaiable.
### Use Pry as your Rails Console
ruby -rpry -r./config/environment -e 'Pry.start'
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.