aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/rack_delegation.rb
Commit message (Expand)AuthorAgeFilesLines
* provide a request and response to all controllersAaron Patterson2015-08-251-17/+0
* move response allocation to the class levelAaron Patterson2015-08-251-2/+7
* Add ActionController#build_with_envbrainopia2015-01-221-0/+6
* Add `ActionController::Metal#set_request!`brainopia2015-01-211-2/+2
* remove duplicate method (_status_code) in action_dispatchAbdelkader Boudih2014-10-191-1/+1
* fixes stack level too deep exception on action named 'status' returning 'head...Christiaan Van den Poel2014-05-151-1/+1
* Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-051-2/+2
* Add `#no_content_type` attribute to `AD::Response`Prem Sichanugrist2014-02-181-2/+2
* extract response setting to a methodAaron Patterson2012-07-031-2/+8
* push response creation down since third param is never used.Aaron Patterson2012-07-021-3/+3
* Remove a relic of #request being in RackDelegationwycats2010-06-191-4/+0
* Changes made while working on upgrading cells to Rails 3wycats2010-06-021-4/+4
* Eliminate warnings for AM on 1.8wycats2010-03-161-4/+2
* Simplify the action endpoint:Carlhuda2010-03-081-4/+1
* 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