Skip to content

Instantly share code, notes, and snippets.

@jerry
Created November 8, 2010 14:34
Show Gist options
  • Save jerry/667743 to your computer and use it in GitHub Desktop.
Save jerry/667743 to your computer and use it in GitHub Desktop.
In Ruby on Rails, here's how you skip loading of ActiveRecord...
Rails::Initializer.run do |config|
config.frameworks -= [ :active_record ]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment