added info on using pry as rails 3 console to README

This commit is contained in:
John Mair 2011-04-28 01:32:02 +12:00
parent db5d5825e3
commit 55fd3b831d
1 changed files with 5 additions and 0 deletions

View File

@ -441,6 +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
This is currently a hack, but follow the gist kindly provided by
MyArtChannel: (https://gist.github.com/941174)[https://gist.github.com/941174]
### Other Features and limitations