aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove warning of shadowing variableRafael Mendonça França2015-12-151-1/+1
* | Add fragment_cache_key macro for controller-wide fragment cache key prefixesSam Stephenson2015-12-141-3/+42
* | Remove ActionView::Helpers::CacheHelper#fragment_cache_keySam Stephenson2015-12-141-0/+6
* | Make Parameters#to_h and #to_unsafe_h return HWIAPrem Sichanugrist2015-12-141-5/+7
* | Remove ActionController::TestCase from documentationeileencodes2015-12-121-0/+4
* | 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
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-311-2/+2
|\ \
| * | Improved readability of Assertion docs, replaced ‘Assert’ -> ‘Assertsâ€...amitkumarsuroliya2015-10-091-2/+2
* | | use `dispatch` instead of `process` to run requests thougheileencodes2015-10-292-8/+8
* | | Remove unnecessary methodeileencodes2015-10-291-3/+0
* | | Write the cookie jar it was not committed in TestCaseRafael Mendonça França2015-10-281-1/+1
* | | fix rdoc markup [ci skip]yuuji.yaginuma2015-10-251-4/+4
* | | Merge pull request #22003 from yui-knk/remove_needless_require_asYves Senn2015-10-202-2/+0
|\ \ \
| * | | Delete needless `require 'active_support/deprecation'`yui-knk2015-10-202-2/+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-065-16/+16
* | | move file sending to the response objectAaron Patterson2015-10-052-26/+6
|/ /
* | 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
* | | commit the flash after the controller finishes being servicedAaron Patterson2015-09-251-0/+1
* | | 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-233-6/+6
* | | 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-214-14/+14
* | | remove outdated commentAaron Patterson2015-09-181-4/+0
* | | all parameter parsing is done through the request object now.Aaron Patterson2015-09-181-1/+1
* | | let the request object handle parsing XML postsAaron Patterson2015-09-181-2/+9
* | | remove setting request parameters for JSON requestsAaron Patterson2015-09-181-2/+0
|/ /
* | Use rack.session_options instead of directly change envJuanito Fatas2015-09-161-1/+1
* | fewer direct env manipulationsAaron Patterson2015-09-151-1/+1
* | allocate request objects with the env hash, set routes on the requestAaron Patterson2015-09-152-9/+6
* | only "normalize" onceAaron Patterson2015-09-141-1/+1
* | create a new renderer instance on calls to `for`Aaron Patterson2015-09-141-39/+46