Skip to content

Instantly share code, notes, and snippets.

@manafire
Created June 7, 2013 14:58
Show Gist options
  • Save manafire/5729868 to your computer and use it in GitHub Desktop.
Save manafire/5729868 to your computer and use it in GitHub Desktop.
Autoload Hirb whenever you're in Rails console
# config/initializers/hirb.rb
Hirb.enable if Rails.env.development?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment