Sha256: b6ee51e8f7a125069eaeafb7a78c63b68ab83de021bc81f3705b97081a96c96a
Contents?: true
Size: 540 Bytes
Versions: 5
Compression:
Stored size: 540 Bytes
Contents
# Description 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*. # Prerequisites - A Rails >= 3.0 Application # Installation 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
pry-rails-0.1.6 | Readme.md |
pry-rails-0.1.5 | Readme.md |
pry-rails-0.1.4 | Readme.md |
pry-rails-0.1.3 | Readme.md |
pry-rails-0.1.2 | Readme.md |