1
0
Fork 0
mirror of https://github.com/pry/pry-rails.git synced 2022-11-09 12:36:03 -05:00
Rails >= 3 pry initializer
Find a file
2012-01-11 15:58:00 +01:00
lib removing pry-doc as dependency 2012-01-11 15:58:00 +01:00
.gitignore initial commit 2011-08-27 12:50:23 +02:00
Gemfile initial commit 2011-08-27 12:50:23 +02:00
pry-rails.gemspec removing pry-doc as dependency 2012-01-11 15:58:00 +01:00
Rakefile initial commit 2011-08-27 12:50:23 +02:00
Readme.md Link to pry in Readme #2 2011-09-29 20:01:19 +02:00

Description

This is a small gem which causes rails console to open pry. 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.