aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* remove `@etag` ivarAaron Patterson2015-08-271-5/+7
* use the abstract API in modulesAaron Patterson2015-08-272-14/+15
* remove useless conditionalAaron Patterson2015-08-271-2/+0
* implement the API required by the abstract Rack request.Aaron Patterson2015-08-271-16/+8
* use the non-hash dependent Rack utils APIAaron Patterson2015-08-271-2/+2
* Merge pull request #21384 from jeremyf/updating-ActionController-TestSession-...Yves Senn2015-08-271-2/+2
|\
| * Updating TestSession to access with indifferenceJeremy Friesen2015-08-261-2/+2
* | remove redefined methodAaron Patterson2015-08-261-3/+0
* | Remove useless conditionalAaron Patterson2015-08-261-1/+1
* | remove useless codeAaron Patterson2015-08-261-1/+0
* | only call self.content_type= when there is a responseAaron Patterson2015-08-263-4/+18
* | Pull `plain` content type handling up to `render`Aaron Patterson2015-08-262-8/+5
* | stop passing the options hash to `_process_format`Aaron Patterson2015-08-262-4/+4
* | remove RackDelegation moduleAaron Patterson2015-08-2611-67/+16
* | remove useless methodAaron Patterson2015-08-261-5/+0
* | include ActionView::Rendering in the minimal controllerAaron Patterson2015-08-261-1/+1
* | `headers` should delegate to the response objectAaron Patterson2015-08-261-1/+2
* | remove useless status setAaron Patterson2015-08-261-2/+0
* | remove useless conditionalAaron Patterson2015-08-261-1/+1
* | remove ivars from the "protected" listAaron Patterson2015-08-261-1/+1
* | use the content_type method on the request objectAaron Patterson2015-08-261-1/+1
* | ask the response for the statusAaron Patterson2015-08-261-3/+2
* | remove useless conditionalAaron Patterson2015-08-261-1/+1
* | remove useless conditionalAaron Patterson2015-08-261-1/+1
|/
* provide a request and response to all controllersAaron Patterson2015-08-255-35/+37
* :snip: whitespaceAaron Patterson2015-08-251-2/+2
* move response allocation to the class levelAaron Patterson2015-08-252-8/+22
* adding a direct dispatch method to controller classesAaron Patterson2015-08-252-1/+11
* always dispatch to controllers the same wayAaron Patterson2015-08-253-7/+26
* always return a controller class from the `controller_class` methodAaron Patterson2015-08-252-9/+14
* Remove unused requiresMarcin Olichwirowicz2015-08-251-2/+0
* Make `assert_index` privateMarcin Olichwirowicz2015-08-251-3/+1
* remove unused require ‘set’NehaGautam2015-08-251-1/+0
* Remove unused block argumentsAnshul Sharma2015-08-251-1/+1
* Remove unused block argumentsamitkumarsuroliya2015-08-251-1/+1
* remove more direct `env` mutationsAaron Patterson2015-08-241-1/+3
* remove another `@env` accessAaron Patterson2015-08-241-1/+1
* remove more direct access to `env`Aaron Patterson2015-08-242-3/+4
* fewer calls to `env`Aaron Patterson2015-08-241-2/+2
* stop using `@env` in the GET / POST methodsAaron Patterson2015-08-242-4/+11
* rm useless methodAaron Patterson2015-08-241-4/+0
* pull up dispatcher allocationAaron Patterson2015-08-242-5/+1
* directly ask the request for the controller classAaron Patterson2015-08-241-6/+1
* remove useless ivarAaron Patterson2015-08-241-2/+1
* remove setter for the dispatcher classAaron Patterson2015-08-241-2/+2
* use a custom request class to determine the controller classAaron Patterson2015-08-241-2/+7
* Merge pull request #21339 from deepj/unused-block-argumentsCarlos Antonio da Silva2015-08-242-3/+3
|\
| * Remove unused block argumentsdeepj2015-08-232-3/+3
* | use methods on the request object instead of accessing envAaron Patterson2015-08-231-7/+7
* | use `Request#path_info` instead of direct ENV accessAaron Patterson2015-08-231-1/+1