Skip to content

Instantly share code, notes, and snippets.

@chtrinh
chtrinh / development.rb
Created December 7, 2011 18:08 — forked from MyArtChannel/development.rb
Use Pry as IRB replacement in rails 3 console
# Add this to the end of your development.rb and add
#
# gem 'pry'
#
# to your Gemfile and run bundle to install.
silence_warnings do
begin
require 'pry'
IRB = Pry