Rails >= 3 pry initializer
Go to file
Robin Wenglewski 36703fd470 MIT License 2012-06-08 10:49:07 +02:00
lib bump version 2012-02-09 02:14:43 +01:00
.gitignore initial commit 2011-08-27 12:50:23 +02:00
Gemfile initial commit 2011-08-27 12:50:23 +02:00
LICENCE MIT License 2012-06-08 10:49:07 +02:00
Rakefile initial commit 2011-08-27 12:50:23 +02:00
Readme.md Readme update, pry-rails no longer depends on pry-doc. 2012-01-12 13:10:19 +01:00
pry-rails.gemspec Added GitHub page as homepage, otherwise RubyGems.org doesn't provide a link to GitHub. 2012-01-11 23:06:33 +01:00

Readme.md

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. 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.