1
0
Fork 0
mirror of https://github.com/pry/pry-rails.git synced 2022-11-09 12:36:03 -05:00

Readme update, pry-rails no longer depends on pry-doc.

This commit is contained in:
Robin Wenglewski 2012-01-12 13:10:19 +01:00
parent 24f085028a
commit 3e5f057ba1

View file

@ -1,6 +1,7 @@
# 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*.
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
@ -8,7 +9,7 @@ This is a small gem which causes `rails console` to open [pry](http://pry.github
# Installation
Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project. Add this line to your gemfile:
Add this line to your gemfile:
gem 'pry-rails', :group => :development