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

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

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.