aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/rack_delegation.rb
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate warnings for AM on 1.8wycats2010-03-161-4/+2
|
* Simplify the action endpoint:Carlhuda2010-03-081-4/+1
| | | | | | | * Remove ActionEndpoint in favor of passing a block to MiddlewareStack * Always create a Request; the performance win of RackDelegation is around the response; the Request object hit is limited to a single object allocation * #dispatch takes a Request
* All AD modules are "deferrable"Joshua Peek2009-12-221-0/+3
|
* reset_session needs to be a real method so flash can override itJoshua Peek2009-12-211-1/+5
|
* Rename RackConvenience => RackDelegationJoshua Peek2009-12-201-0/+28