Skip to content

Instantly share code, notes, and snippets.

@stuartsaunders
Created December 28, 2010 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuartsaunders/756815 to your computer and use it in GitHub Desktop.
Save stuartsaunders/756815 to your computer and use it in GitHub Desktop.
awesome_print 0.3.x workaround for ActiveRecord objects in Rails 2.3.x
# https://github.com/michaeldv/awesome_print/issues/issue/22
require 'rubygems'
require 'irb/completion'
require 'yaml'
module ActiveRecord; end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment