aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | eagerly allocate the renderer objectAaron Patterson2015-09-142-9/+6
* | initialize `@renderer` to avoid ivar warningsAaron Patterson2015-09-141-1/+8
* | add a lock when allocating the rendererAaron Patterson2015-09-141-1/+5
* | Merge pull request #21584 from claudiob/remove-hawd-docClaudio B.2015-09-101-3/+2
|\ \
| * | Remove wrong doc line about AC::Parametersclaudiob2015-09-101-3/+2
* | | Handle Content-Types that are not :json, :xml, or :url_encoded_formeileencodes2015-09-091-2/+5
|/ /
* | push content_type assigment in to metalAaron Patterson2015-09-082-5/+7
* | avoid useless string allocationsAaron Patterson2015-09-081-1/+1