RailsDevBundle

Meta-gem that depends on various helpful gems for a better Rails Console experience:

  • pry
  • pry-editline
  • pry-doc
  • awesome_print
  • hirb
  • capistrano and capistrano-ext
  • guard-ctags-bundler

Installation

Add this line to your application's Gemfile:

gem 'rails-dev-bundle', :group => :development

And then execute:

$ bundle

Or install it yourself as:

$ gem install rails-dev-bundle

Usage

rails console will now launch pry and you'll have awesome_print, hirb and happiness and stuff

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request