Skip to content

Instantly share code, notes, and snippets.

@dakatsuka
Created May 14, 2011 13:23
Show Gist options
  • Select an option

  • Save dakatsuka/972205 to your computer and use it in GitHub Desktop.

Select an option

Save dakatsuka/972205 to your computer and use it in GitHub Desktop.
.irbrc
if defined? Rails::Console
ActiveRecord::Base.logger = Logger.new(STDOUT)
ActiveResource::Base.logger = Logger.new(STDOUT)
if defined? Hirb
Hirb.enable
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment