Skip to content

Instantly share code, notes, and snippets.

@chip
Created April 8, 2012 16:10
Show Gist options
  • Select an option

  • Save chip/2338199 to your computer and use it in GitHub Desktop.

Select an option

Save chip/2338199 to your computer and use it in GitHub Desktop.
Pry as the rails console
# Gemfile
gem 'pry', :group => :development
# config/environments/development.rb
silence_warnings do
require 'pry'
IRB = Pry
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment