Skip to content

Instantly share code, notes, and snippets.

@mrrooijen
Created September 25, 2011 07:35
Show Gist options
  • Save mrrooijen/1240346 to your computer and use it in GitHub Desktop.
Save mrrooijen/1240346 to your computer and use it in GitHub Desktop.
Pry with Rails Console
# at the bottom of the environment-specific `config`
silence_warnings do
require 'pry'
IRB = Pry
end
group :development do
gem "pry"
gem "pry-doc"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment