2011-09-29 14:00:46 -04:00
|
|
|
# Description
|
|
|
|
|
2012-01-12 07:10:19 -05:00
|
|
|
Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project.
|
|
|
|
This is a small gem which causes `rails console` to open [pry](http://pry.github.com/). It therefore depends on *pry*.
|
2011-09-29 14:00:46 -04:00
|
|
|
|
|
|
|
# Prerequisites
|
|
|
|
|
|
|
|
- A Rails >= 3.0 Application
|
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
2012-01-12 07:10:19 -05:00
|
|
|
Add this line to your gemfile:
|
2011-09-29 14:00:46 -04:00
|
|
|
|
|
|
|
gem 'pry-rails', :group => :development
|
|
|
|
|
|
|
|
`bundle install` and enjoy pry.
|
|
|
|
|
|
|
|
# Alternative
|
|
|
|
|
|
|
|
If you want to enable pry everywhere, make sure to check out [pry everywhere](http://lucapette.com/pry/pry-everywhere/).
|