Skip to content

Instantly share code, notes, and snippets.

@14021939
Created March 11, 2013 10:03
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 14021939/5133195 to your computer and use it in GitHub Desktop.
Save 14021939/5133195 to your computer and use it in GitHub Desktop.
Rails3.0.x -> 3.2.x (´∀`∩)↑age↑ ref: http://qiita.com/items/b9c38281147c4cbce183
config.active_record.mass_assignment_sanitizer = :strict
config.active_record.auto_explain_threshold_in_seconds = 0.5
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /Users/me/myapp/config/environment.rb:6)
config.assets.allow_debugging = true
# config.action_view.debug_rjs = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment