aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | Correct spellingBenjamin Fleischer2017-02-053-3/+3
* | Delete PATH_INFO after each controller test requestDominic Cleal2017-01-231-0/+14
* | :warning: "Use assert_nil if expecting nil. This will fail in MT6."Akira Matsuda2017-01-182-10/+22
* | Fix all rubocop violationsRafael Mendonça França2017-01-171-1/+1
* | Merge pull request #27692 from y-yagi/make_render_work_with_ac_paramsEileen M. Uchitelle2017-01-161-1/+0
|\ \
| * | make `render` work with AC::Paramsyuuji.yaginuma2017-01-151-1/+0
* | | Added test to ensure that we dont break #to_h again when trying to restore th...David Heinemeier Hansson2017-01-161-0/+5
* | | Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285...David Heinemeier Hansson2017-01-161-5/+0
|/ /
* | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* | `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-052-3/+3
* | fix with_routing when testing api only controllersJulia López2016-12-291-0/+24
* | Use `next` instead of `break`; avoid terminating whole loopJon Moss2016-12-291-0/+21