aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
Commit message (Expand)AuthorAgeFilesLines
* Deprecate `redirect_to :back`Derek Prior2015-12-161-10/+6
* Add `redirect_back` for safer referrer redirectsDerek Prior2015-12-161-0/+23
* Merge pull request #14212 from tylerhunt/fix-token-regexSean Griffin2015-12-151-1/+1
|\
| * Handle tab in token authentication header.Tyler Hunt2014-02-261-1/+1
* | Make Parameters#to_h and #to_unsafe_h return HWIAPrem Sichanugrist2015-12-141-5/+7
* | Fix `make_response!` when called by `serve` in `RouteSet`eileencodes2015-12-091-6/+1
* | Change the `protect_from_forgery` prepend default to `false`eileencodes2015-12-071-7/+7
* | Merge pull request #22475 from claudiob/missing-requireMatthew Draper2015-12-081-0/+1
|\ \
| * | Add missing require to strong_parameters.rbclaudiob2015-12-041-0/+1
* | | Push `before_sending` to super classeileencodes2015-12-061-6/+0
|/ /
* | Merge pull request #22263 from mastahyeti/csrf-origin-checkRafael França2015-11-261-2/+28
|\ \
| * | Add option to verify Origin header in CSRF checksBen Toews2015-11-251-2/+28
* | | [ci skip] Fix <tt> in docclaudiob2015-11-151-1/+1
|/ /
* | Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-032-8/+13
* | use `dispatch` instead of `process` to run requests thougheileencodes2015-10-291-4/+5
* | Remove unnecessary methodeileencodes2015-10-291-3/+0
* | fix rdoc markup [ci skip]yuuji.yaginuma2015-10-251-4/+4
* | Merge pull request #22003 from yui-knk/remove_needless_require_asYves Senn2015-10-201-1/+0
|\ \
| * | Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-1/+0
* | | Show helpful messages on invalid param. encodingsAgis Anastasopoulos2015-10-191-5/+3
|/ /
* | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-064-13/+13
* | move file sending to the response objectAaron Patterson2015-10-051-25/+1
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-042-1/+3
|\ \
| * | Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-281-1/+1
| * | [ci skip] Fix document of `ActionController::RequestForgeryProtection`yui-knk2015-09-281-0/+2
* | | remove useless methodAaron Patterson2015-09-281-4/+0
* | | move the Header hash to the super classAaron Patterson2015-09-241-27/+0
* | | stop directly setting headers on the controllerAaron Patterson2015-09-231-5/+0
* | | stop constructing a request object in this setterAaron Patterson2015-09-231-1/+0
* | | stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-231-4/+4
* | | Document Bearer prefix for Authorization header [ci skip]Eliot Sykes2015-09-231-5/+7
* | | Updated Mime Negotiations docs [ci skip]amitkumarsuroliya2015-09-231-2/+2
* | | don't deal with `nil` valuesAaron Patterson2015-09-221-1/+3
* | | swap upcase and to_symAaron Patterson2015-09-211-1/+1
* | | stop calling deprecated methodsAaron Patterson2015-09-213-11/+11
|/ /
* | Use rack.session_options instead of directly change envJuanito Fatas2015-09-161-1/+1
* | fewer direct env manipulationsAaron Patterson2015-09-151-1/+1
* | eagerly allocate the renderer objectAaron Patterson2015-09-141-9/+5
* | initialize `@renderer` to avoid ivar warningsAaron Patterson2015-09-141-1/+8
* | add a lock when allocating the rendererAaron Patterson2015-09-141-1/+5
* | Remove wrong doc line about AC::Parametersclaudiob2015-09-101-3/+2
* | push content_type assigment in to metalAaron Patterson2015-09-082-5/+7
* | avoid useless string allocationsAaron Patterson2015-09-081-1/+1
* | use accessors instead of manipulating the hashAaron Patterson2015-09-081-2/+2
* | typo "description not clear corrected with proper description and action_cont...kishore-mohan2015-09-021-2/+2
* | 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