aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31099 from nobu/patch-1Rafael Mendonça França2017-11-091-1/+1
|\
| * Use `Dir.mktmpdir`Nobuyoshi Nakada2017-11-091-1/+1
| * Use `Tempfile.create`Nobuyoshi Nakada2017-11-091-1/+1
|/
* Merge pull request #31004 from shuheiktgw/remove_unnecessary_returnsRafael França2017-10-311-1/+1
|\
| * removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolonsMatthew Draper2017-10-283-8/+8
|\ \ | |/ |/|
| * removed unnecessary semicolonsShuhei Kitagawa2017-10-282-7/+7
|/
* checking for nested attributes when attribute names specified to wrap them as...Kelton Manzanares2017-10-251-0/+14
* Add allow_other_host option to redirect_back methodTim Masliuchenko2017-10-101-0/+21
* Remove `:api:` tag that has leaked on the doc directly [ci skip]Ryuta Kamizono2017-09-301-3/+0
* Add key rotation cookies middlewareMichael Coyne2017-09-242-2/+6
* fix type fully qualified [ci skip]Yauheni Dakuka2017-09-061-1/+1
* Merge pull request #30367 from ptoomey3/consistent-cache-control-headersAaron Patterson2017-09-051-0/+21
|\
| * Use equality in place of refute assertions for accuracyPatrick Toomey2017-08-221-4/+2
| * Normalize/process Cach-Control headers consistentlyPatrick Toomey2017-08-221-0/+23
* | Fix `can't modify frozen String` error in AC::RenderingKoichi ITO2017-09-021-0/+12
|/
* Fix RuboCop offensesKoichi ITO2017-08-164-17/+17
* Path parameters should default to UTF8eileencodes2017-08-011-0/+16
* Use frozen string literal in actionpack/Kir Shatrov2017-07-2979-0/+158
* Make actionpack frozen string friendlyKir Shatrov2017-07-246-7/+19
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Add ActionController::Base.skip_forgery_protectionLisa Ugray2017-07-101-0/+30
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+2
* Merge pull request #29566 from eugeneius/wrap_parameters_queryKasper Timm Hansen2017-07-021-0/+8
|\
| * Don't wrap parameters if query parameter existsEugene Kenny2017-06-251-0/+8
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0286-86/+0
* | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0286-0/+86
|\ \
| * | Enforce frozen string in RubocopKir Shatrov2017-07-0186-0/+86
* | | Fallback Parameters#to_s to Hash#to_sKir Shatrov2017-06-301-0/+5
|/ /
* / Calling `follow_redirect!` does not reset the `html_document`:Edouard CHIN2017-06-261-0/+12
|/
* Don't wrap parameters if key already existsEugene Kenny2017-06-241-0/+8
* prepare for Minitest 6utilum2017-06-201-1/+1
* Define path with __dir__bogdanvlviv2017-05-2312-26/+26
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-24/+45
* Pass block in ActionController::Parameters#deleteEugene Kenny2017-05-101-0/+21
* Add test case to make sure we can implicit convert a Parameters to a HashRafael Mendonça França2017-04-201-0/+7
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-182-3/+3
* Implement ActionController::Parameters#to_query and #to_paramRafael Mendonça França2017-04-181-3/+21
* Use the right assetions to better error messagesRafael Mendonça França2017-04-181-7/+7
* Add test to make sure that to_unsafe_h don't mutate the targetRafael Mendonça França2017-04-181-0/+10
* Add ActionController::Parameters#to_hash to implict conversionRafael Mendonça França2017-04-181-0/+26
* Raise exception when calling to_h in a unfiltered ParametersRafael Mendonça França2017-04-181-15/+4
* Test the correct objectRafael Mendonça França2017-04-181-1/+1
* Default embed_authenticity_token_in_remote_forms to nil.Kasper Timm Hansen2017-04-161-0/+90
* Improve logging when Origin header doesn't matchJon Leighton2017-04-061-0/+11
* Merge pull request #28606 from maclover7/jm-fix-25820Andrew White2017-03-302-0/+57
|\
| * Do not include default response headers for AC::MetalJon Moss2017-03-292-0/+57
* | Merge pull request #28603 from mikeastock/alias-reverse-mergeSean Griffin2017-03-291-0/+16
|\ \ | |/ |/|
| * Add aliases for reverse_merge to with_defaultsMatt Casper2017-03-291-0/+16
* | Add test to make sure subclasses also get helpersRafael Mendonça França2017-03-291-0/+16
|/