Skip to content

Instantly share code, notes, and snippets.

@adkron
Created May 1, 2009 02:09
Show Gist options
  • Save adkron/104821 to your computer and use it in GitHub Desktop.
Save adkron/104821 to your computer and use it in GitHub Desktop.
config.cache_classes = true
config.whiny_nils = true
config.action_controller.consider_all_requests_local = true
config.action_controller.perform_caching = false
config.action_view.cache_template_loading = true
config.action_controller.allow_forgery_protection = false
config.action_mailer.delivery_method = :test
config.gem "rspec", :lib => false, :version => ">= 1.2.6"
config.gem "rspec-rails", :lib => false, :version => ">= 1.2.4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment