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:
parent
7d905c789a
commit
2614d3ee29
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue