aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
Commit message (Expand)AuthorAgeFilesLines
...
* | use symbol keys for path_parametersAaron Patterson2014-05-221-1/+1
* | we can just use Ruby hereAaron Patterson2014-05-211-2/+2
* | fix formatting and text for ActionController::Redirecting docLaurel Fan2014-05-211-4/+8
* | Merge pull request #11346 from tomykaira/fix_10257Rafael Mendonça França2014-05-201-2/+14
|\ \
| * | Run login_procedure only when the auth_scheme is validtomykaira2013-07-081-7/+14
| * | Check authentication scheme in Basic authtomykaira2013-07-071-1/+6
* | | Add ActionController::Renderers.remove.Zuhao Wan2014-05-201-0/+16
* | | fixes stack level too deep exception on action named 'status' returning 'head...Christiaan Van den Poel2014-05-152-2/+2
* | | Add multiple lines message support for SSE moduleayaya2014-05-121-1/+2
* | | Moved 'params[request_forgery_protection_token]' into its own method and impr...Tom Kadwill2014-05-061-1/+1
* | | do not allocate strings while creating urlsAaron Patterson2014-04-301-1/+1
* | | don't allocate string on hash accessAaron Patterson2014-04-301-1/+1
* | | ActionController::Renderers documentation fixStevie Graham2014-04-201-2/+2
* | | [ci skip] builtin -> built-inAkshay Vishnoi2014-04-201-1/+1
* | | Tiny doc fix for Strong ParametersIan C. Anderson2014-03-301-1/+1
* | | Replace trivial regexp with string or index, twice as fastKelley Reynolds2014-03-281-1/+1
* | | re-raise error if error occurs before committing in streamingKevin Casey2014-03-141-10/+11
* | | use the body proxy to freeze headersAaron Patterson2014-03-121-2/+8
* | | just ask the response for the commit status, we do not need to ask the jarAaron Patterson2014-03-121-1/+1
* | | only write the jar if the response isn't committedAaron Patterson2014-03-121-4/+8
* | | Merge pull request #14280 from joho/make_csrf_failure_logging_optionalSantiago Pastorino2014-03-081-1/+7
|\ \ \
| * | | Make CSRF failure logging optional/configurable.John Barton (joho)2014-03-051-1/+7
* | | | Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-052-5/+3
|/ / /
* | | use built-in exception handling in live controllersAaron Patterson2014-02-281-2/+5
* | | live controllers should have live responsesAaron Patterson2014-02-281-2/+14
* | | set the error callback to a nice default in case nobody set an error callback...Aaron Patterson2014-02-281-1/+1
* | | Fix controller test not resetting @_url_optionsTony Wooster2014-02-261-1/+0
* | | Simple Sungularize ActionController::UnpermittedParameters error in case when...Serj L2014-02-241-1/+1
* | | Update Docs in favor to use render plain instead of text optionrobertomiranda2014-02-182-7/+7
* | | Add `#no_content_type` attribute to `AD::Response`Prem Sichanugrist2014-02-182-8/+6
* | | Cleanup `ActionController::Rendering`Prem Sichanugrist2014-02-181-11/+27
* | | Introduce `render :html` for render HTML stringPrem Sichanugrist2014-02-181-2/+2
* | | Introduce `render :plain` for render plain textPrem Sichanugrist2014-02-181-2/+10
* | | Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-4/+13
* | | Correct prestreaming controller response status.Kevin Casey2014-02-151-0/+2
* | | No variant should also be picked up by variant.any if variant.none is not def...David Heinemeier Hansson2014-02-131-1/+1
* | | Variant negotiationLukasz Strzalkowski2014-02-131-8/+20
* | | Do not discard query parameters on requests that use wrap_parametersJosh Jordan2014-01-301-4/+11
* | | Merge branch 'master' into laurocaetano-fix_send_fileAaron Patterson2014-01-109-41/+212
|\ \ \
| * | | Add any/all support for variantsŁukasz Strzałkowski2013-12-261-27/+54
| * | | Improve font of some code in API documentation [ci skip]Chun-wei Kuo2013-12-261-1/+1
| * | | AC::Parameters#permit! permits hashes in array valuesXavier Noria2013-12-231-2/+4
| * | | Move the null mime type to request.formatCarlos Antonio da Silva2013-12-231-2/+1
| * | | optimizes array conversion in AC::ParametersXavier Noria2013-12-211-2/+12
| * | | refactors AC::Parameters#fetchXavier Noria2013-12-211-10/+3
| * | | converts hashes in arrays of unfiltered params to unpermitted params [fixes #...Xavier Noria2013-12-211-3/+10
| * | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
| |\ \ \
| | * | | Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
| * | | | Clearly limit new CSRF protection to GET requestsJeremy Kemper2013-12-171-2/+7
| * | | | Merge pull request #13345 from jeremy/get-csrfJeremy Kemper2013-12-171-13/+61
| |\ \ \ \