aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug where cookies mutated by request were not persistedeileencodes2015-09-011-0/+1
* Merge pull request #21298 from rodzyn/remove_dead_codeRafael Mendonça França2015-09-011-4/+0
|\
| * Remove dead codeMarcin Olichwirowicz2015-08-191-4/+0
* | add a method for getting the http auth saltAaron Patterson2015-08-291-2/+2
* | env to get_header conversionAaron Patterson2015-08-291-1/+1
* | fixes example for consistency [ci skip]Xavier Noria2015-08-291-3/+3
* | swaps words [ci skip]Xavier Noria2015-08-291-1/+1
* | revamps the docs of strong params require [ci skip]Xavier Noria2015-08-291-9/+40
* | revises 877e42eXavier Noria2015-08-281-2/+2
* | [Feature] params.require requires array of paramsGaurish Sharma2015-08-281-0/+8
* | 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
* | 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
* | | only call self.content_type= when there is a responseAaron Patterson2015-08-262-3/+6
* | | Pull `plain` content type handling up to `render`Aaron Patterson2015-08-261-6/+2
* | | stop passing the options hash to `_process_format`Aaron Patterson2015-08-261-2/+2
* | | remove RackDelegation moduleAaron Patterson2015-08-2610-66/+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-253-30/+29
* | :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-251-0/+10
* | always dispatch to controllers the same wayAaron Patterson2015-08-251-0/+1
* | remove unused require ‘set’NehaGautam2015-08-251-1/+0
* | remove more direct `env` mutationsAaron Patterson2015-08-241-1/+3
* | rm useless methodAaron Patterson2015-08-241-4/+0
* | Merge pull request #21339 from deepj/unused-block-argumentsCarlos Antonio da Silva2015-08-241-1/+1
|\ \
| * | Remove unused block argumentsdeepj2015-08-231-1/+1
| |/
* | remove more `env` accessAaron Patterson2015-08-231-11/+19
* | remove more env accessAaron Patterson2015-08-231-3/+3
* | remove more env accessAaron Patterson2015-08-231-4/+6
* | convert more `@env` access to get / set headerAaron Patterson2015-08-231-1/+1
* | Another place to use a request object in NullSessionHash Ronak Jangir2015-08-231-3/+3
|/
* Fix master buildMarcin Olichwirowicz2015-08-171-0/+1
* [skip ci] Fix minor typoJon Atack2015-08-171-1/+1
* Refactor how assign_parameters sets generated_path & query_string_keyseileencodes2015-08-151-8/+20
* Merge pull request #21203 from denniss/issue-21199Sean Griffin2015-08-111-1/+1
|\
| * Authorization scheme should be case insensitive. Fixes #21199Dennis Suratna2015-08-111-1/+1
* | Rename `extra_keys` variables to `query_string_keys`eileencodes2015-08-081-2/+2
* | deprecate the env method on controller instancesAaron Patterson2015-08-072-1/+3