aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Removed documentation that still mentioned using respond_with in placeRobert Evans2014-11-052-18/+5
* | Call gsub with a Regexp instead of a String for better performancePablo Herrero2014-11-011-1/+1
* | let's warn with heredocsXavier Noria2014-10-281-4/+7
* | UrlGenerationError are not catched as 404 anymoreJean Boussier2014-10-271-1/+1
* | Use AS secure_compare for CSRF token comparisonGuillermo Iguaran2014-10-231-2/+2
* | remove duplicate method (_status_code) in action_dispatchAbdelkader Boudih2014-10-191-1/+1
* | Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster...Rafael Mendonça França2014-10-181-2/+2
* | Revert "Replace (slower) block.call with (faster) yield"Zachary Scott2014-10-181-2/+2
* | Replace (slower) block.call with (faster) yieldclaudiob2014-10-181-2/+2
|/
* Rephrasing sentencesNeeraj Singh2014-10-071-2/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-09-281-6/+6
|\
| * Consistently markup etag options.Steven Harman2014-09-161-3/+3
| * Consistently capitalize ETag.Steven Harman2014-09-161-3/+3
* | code gardening in ActionController::RenderersXavier Noria2014-09-041-7/+12
|/
* Merge pull request #16570 from bradleybuda/breach-mitigation-mask-csrf-tokenJeremy Kemper2014-08-191-3/+65
|\
| * Auth token mask from breach-mitigation-rails gemBradley Buda2014-08-191-3/+65
* | Merge pull request #16299 from sikachu/ps-safer-ac-paramsJeremy Kemper2014-08-191-3/+84
|\ \
| * | User `#to_hash` instead of calling `super`Prem Sichanugrist2014-08-181-1/+1
| * | Fix failing test on several methods on ParameterPrem Sichanugrist2014-08-181-1/+25
| * | Refactor code to reduce duplicate `self.class.new`Prem Sichanugrist2014-08-181-12/+10
| * | Add missing `Hash` methods to `AC::Parameters`Prem Sichanugrist2014-08-181-0/+40
| * | Make `AC::Params#to_h` return Hash with safe keysPrem Sichanugrist2014-08-181-0/+19
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-08-191-2/+2
|\ \ \ | |/ / |/| |
| * | Uppercase HTML in docs.Hendy Tanata2014-08-082-9/+9
* | | `responders` 1.x won't do it. Told you to RTFM for details!Godfrey Chan2014-08-171-3/+6
* | | The gem is called 'responders'Godfrey Chan2014-08-171-2/+2