Skip to content

Instantly share code, notes, and snippets.

@andreyshuster
Created August 22, 2012 12:41
Show Gist options
  • Save andreyshuster/3425198 to your computer and use it in GitHub Desktop.
Save andreyshuster/3425198 to your computer and use it in GitHub Desktop.
add this to config/envoronments/development.rb to set pry as default rails console
silence_warnings do
begin
require 'pry'
IRB = Pry
rescue LoadError
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment