diff config/application.rb @ 195:cb30b72e8ded

Rails 4 deprecated, unused attribs removal.
author Edho Arief <edho@myconan.net>
date Tue, 07 May 2013 23:59:17 +0900
parents 2b5ff3dea35c
children 2d9d54b960de
line wrap: on
line diff
--- a/config/application.rb	Tue May 07 23:56:27 2013 +0900
+++ b/config/application.rb	Tue May 07 23:59:17 2013 +0900
@@ -28,10 +28,6 @@
     # Custom directories with classes and modules you want to be autoloadable.
     # config.autoload_paths += %W(#{config.root}/extras)
 
-    # Enable threaded mode except for rake tasks as it doesn't work quite well
-    # Reference: http://groups.google.com/group/rubyonrails-core/browse_thread/thread/b13dbe0b8f12b7dc
-    config.threadsafe! unless $rails_rake_task
-
     # Only load the plugins named here, in the order given (default is alphabetical).
     # :all can be used as a placeholder for all plugins not explicitly named.
     # config.plugins = [ :exception_notification, :ssl_requirement, :all ]