Sha256: 58386398287816821d308a54d3fac843282014948eb884bd383bd7fa3d90562f
Contents?: true
Size: 554 Bytes
Versions: 3
Compression:
Stored size: 554 Bytes
Contents
# Description This is a small gem which causes `rails console` to open [pry](http://pry.github.com/). It therefore depends on *pry* and *pry-doc*. # Prerequisites - A Rails >= 3.0 Application # Installation Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project. Add this line to your gemfile: 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/).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pry-rails-0.1.1 | Readme.md |
pry-rails-0.0.5 | Readme.md |
pry-rails-0.1.0 | Readme.md |