aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #28514 from y-yagi/follow_up_to_28056Andrew White2017-03-281-8/+10
|\
| * Fix store accessors in parameters testyuuji.yaginuma2017-03-221-8/+10
* | Make sure that ActionController::Api can include helpersRafael Mendonça França2017-03-271-0/+26
|/
* Merge pull request #28056 from sngeth/wrap_store_accessors_in_paramsRafael França2017-03-211-0/+13
|\
| * Wrap store accessors in parametersSid Ngeth2017-03-211-0/+13
* | Fix test assertionRafael Mendonça França2017-03-211-1/+1
* | Fix test that was asserting the wrong thingRafael Mendonça França2017-03-211-1/+1
|/
* Revert "Merge pull request #27775 from domcleal/27774-format-reset"Rafael Mendonça França2017-03-211-14/+5
* Fixes ActionController::Rendering#with_defaultsalpaca-tc2017-03-121-0/+10
* Use correct value in `reverse_merge` testyuuji.yaginuma2017-03-111-8/+4
* Added `reverse_merge`/`reverse_merge!` to AC::Parameters:Edouard CHIN2017-03-091-0/+29
* Tests for delegated public methods on AC::ParametersT.J. Schuck2017-03-071-0/+63
* Fix malformed asset_url when rendering template with ActionController::RendererGiorgos Vrettos2017-03-061-0/+14
* Add more missing requiresAndrew White2017-02-221-0/+1
* Use `response#location` instead of `#location` in redirect.Mehmet Emin INAC2017-02-201-2/+2
* Set correct "routes" in tests casesbogdanvlviv2017-02-201-3/+3
* Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-121-1/+0