aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Set the content-type to `text/html` if the options[:html] is trueakihiro172015-08-291-2/+2
* | | | | revises 877e42eXavier Noria2015-08-281-2/+2
* | | | | [Feature] params.require requires array of paramsGaurish Sharma2015-08-281-0/+8
* | | | | Merge pull request #21396 from rodzyn/code-cleanupGuillermo Iguaran2015-08-282-13/+2
|\ \ \ \ \
| * | | | | Code cleanupMarcin Olichwirowicz2015-08-272-13/+2
* | | | | | Revert "this always sets :public to false, so just do that"Aaron Patterson2015-08-271-1/+1
* | | | | | this always sets :public to false, so just do thatAaron Patterson2015-08-271-1/+1
* | | | | | remove dependency on `@cache_control` ivarAaron Patterson2015-08-271-6/+6
* | | | | | 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