diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..932367d --- /dev/null +++ b/Readme.md @@ -0,0 +1,19 @@ +# 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*. + +# 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](http://lucapette.com/pry/pry-everywhere/). diff --git a/Readme.textile b/Readme.textile deleted file mode 100644 index 249e28c..0000000 --- a/Readme.textile +++ /dev/null @@ -1,15 +0,0 @@ -h1. Prerequisites - -* A Rails >= 3.0 Application - -h1. Installation - -Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project. Add this line to your gemfile: - -bc. gem 'pry-rails', :group => :development - -@bundle install@ and enjoy pry. - -h1. Alternative - -If you want to enable pry everywhere, make sure to check out "http://lucapette.com/pry/pry-everywhere/":http://lucapette.com/pry/pry-everywhere/