664552ac02
Update to latest Rails. A little bit of jiggery-pokery is involved, since they neglected to re-include vendored Rack in this release.
13 lines
304 B
Ruby
13 lines
304 B
Ruby
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"
|