Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 540 Bytes

Readme.md

File metadata and controls

20 lines (11 loc) · 540 Bytes

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.