aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
Commit message (Expand)AuthorAgeFilesLines
* Return true from head methodJoel Hayhurst2015-03-121-0/+2
* Fix documentation of url_for module [ci skip]Prathamesh Sonpatki2015-03-061-1/+4
* Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* Tiny documentation edits [ci skip]Robin Dupret2015-03-031-1/+1
* [ci skip] Add documentation for Helpers#all_helpers_from_pathAnton Davydov2015-03-031-0/+4
* Removed non-standard and unused require 'active_support/deprecation' from par...Vipul A M2015-02-271-1/+0
* Try only to decode stringsRafael Mendonça França2015-02-181-2/+4
* Merge pull request #18917 from lautis/non-string-csrf-tokenRafael Mendonça França2015-02-181-1/+1
|\
| * Handle non-string authenticity tokensVille Lautanala2015-02-121-1/+1
* | Tiny documentation edits [ci skip]Robin Dupret2015-02-151-3/+3
* | Implement http_cache_forever to ActionControllerArthur Neves2015-02-151-0/+18
|/
* Accept a collection in fresh_when and stale?claudiob2015-02-101-10/+36
* Fix wrong kwarg "record" from #18872claudiob2015-02-101-1/+1
* Convert stale? and fresh_when to use keyword arguments.Kasper Timm Hansen2015-02-101-12/+10
* Fixed undefined method error when doing authentication.Zhang Kai Yu2015-01-241-2/+2
* Add ActionController::Base.renderbrainopia2015-01-221-0/+3
* Add ActionController::Rendererbrainopia2015-01-221-0/+8
* Add ActionController#build_with_envbrainopia2015-01-221-0/+6
* Add `ActionController::Metal#set_request!`brainopia2015-01-211-2/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-01-151-2/+2
|\
| * Better examples for fresh_when and stale?claudiob2015-01-061-2/+2
* | Add prepend option to protect_from_forgery.Josef Šimánek2015-01-081-1/+8
* | Remove ActionController::HideActions (closes #18336)brainopia2015-01-061-40/+0
* | Improve protect_from_forgery documentation. [ci skip].Josef Šimánek2015-01-061-3/+3
* | Document all options for protect_from_forgery.Josef Šimánek2015-01-041-8/+2
* | Remove unused requireCarlos Antonio da Silva2015-01-041-1/+0
* | Remove respond_to/respond_with placeholder methodsCarlos Antonio da Silva2015-01-041-20/+0
* | Remove Struct#to_h backportRafael Mendonça França2015-01-041-1/+0
|/
* Merge pull request #17978 from kommen/fixed-pr-14903Rafael Mendonça França2015-01-021-4/+7
|\
| * Ensure append_info_to_payload is called even if an exception is raised.Dieter Komendera2014-12-101-4/+7
* | Correctly use the response's status code calling headRobin Dupret2014-12-311-1/+1
* | stop referencing `env` in url_forAaron Patterson2014-12-301-1/+1
* | use methods on the request rather than direct hash accessAaron Patterson2014-12-301-2/+2
* | Remove single space response body for head requestPrathamesh Sonpatki2014-12-301-2/+2
* | Minor documentation edits [ci skip]Robin Dupret2014-12-281-1/+1
* | Update example test documentationBen Prew2014-12-281-4/+2
* | Merge pull request #18102 from arthurnn/nodoc_constantArthur Nogueira Neves2014-12-191-0/+1
* | Revert "Merge pull request #18003 from sikachu/permit_all_parameters-thread-s...Godfrey Chan2014-12-191-11/+6
* | Fix typo in nodoc should be `:nodoc:` for RDoc to parse correctlyZachary Scott2014-12-171-1/+1
* | Merge pull request #18006 from sikachu/add-params-to_unsafe_hRafael Mendonça França2014-12-121-0/+6
|\ \
| * | Add AC::Parameters#to_unsafe_hPrem Sichanugrist2014-12-121-0/+6
| |/
* / Make AC::Params.permit_all_parameters thread safePrem Sichanugrist2014-12-121-1/+10
|/
* remove unused #await_closeSergey Alekseev2014-12-041-6/+0
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Merge pull request #17186 from tgxworld/header_authentication_tokenMatthew Draper2014-11-271-2/+9
|\
| * Allow authentication header to not have to specify 'token=' key.Guo Xiang Tan2014-10-101-2/+9
* | Wrap code snippets in +, not backticks, in sdocclaudiob2014-11-202-5/+5
* | Use request method instead of ActionDispatch::Request#request_method instead ...Ilya Katz2014-11-201-1/+1