unfreeze rails

This commit is contained in:
Reinier Balt 2010-09-27 21:00:18 +02:00
parent 514045e8cb
commit ee751a5ced
1563 changed files with 0 additions and 216754 deletions

View file

@ -1,14 +0,0 @@
use "Rack::Lock", :if => lambda {
!ActionController::Base.allow_concurrency
}
use "ActionController::Failsafe"
use lambda { ActionController::Base.session_store },
lambda { ActionController::Base.session_options }
use "ActionController::ParamsParser"
use "Rack::MethodOverride"
use "Rack::Head"
use "ActionController::StringCoercion"