aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* improve error message when include assertions failMichael Grosser2016-09-167-21/+21
* Merge pull request #26477 from kirs/action_dispatch-assert_responseRafael França2016-09-141-1/+23
|\
| * Improve assert_response helperKir Shatrov2016-09-141-1/+23
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-142-2/+2
* | Do not mutate AC::TestRequest::DEFAULT_OPTIONSKir Shatrov2016-09-101-0/+5
|/
* call `.to_h` to avoid using deprecated methodyuuji.yaginuma2016-09-071-0/+7
* Merge pull request #26377 from y-yagi/rename_test_method_to_avoid_overridingEileen M. Uchitelle2016-09-041-1/+1
|\
| * rename test method to avoid overridingyuuji.yaginuma2016-09-031-1/+1
* | make `fixture_file_upload` work in integration testsyuuji.yaginuma2016-09-041-0/+36
|/
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-013-7/+7
* Start passing cipher from EncryptedCookieJar since we use it to determine key...Vipul A M2016-09-011-13/+12
* Follow up of #25602Vipul A M2016-09-011-11/+25
* Do not allow to_param on AC::ParametersKir Shatrov2016-08-311-0/+6
* Merge pull request #26317 from maclover7/jm-fix-26298Aaron Patterson2016-08-291-0/+14
|\
| * Add regression testsJon Moss2016-08-291-0/+14
* | Fix nested multiple rootsRyo Hashimoto2016-08-291-0/+42
|/
* Remove unneeded FIXME noteRafael Mendonça França2016-08-291-2/+0
* Missing key should throw KeyErroreileencodes2016-08-261-0/+6
* Merge pull request #26235 from samphippen/allow-early-setting-of-integration-...Sean Griffin2016-08-241-0/+18
|\
| * Allow the `integration_sesion` to be set early on ActionDispatch::Integration...Sam Phippen2016-08-201-0/+18
* | Include the content of the flash in the auto-generated etag (#26250)David Heinemeier Hansson2016-08-221-0/+29
* | Return 307 status instead of 301 when rerouting POST requests to SSLChirag Singhal2016-08-221-0/+14
|/
* Set the request type if as: is specifiedEverest Munro-Zeisberger2016-08-181-0/+9
* Push :defaults extraction down one levelRafael Mendonça França2016-08-171-0/+18
* Merge pull request #26094 from igorkasyanchuk/masterRafael França2016-08-161-4/+4
|\
| * Show unpermitted parameters as symbols in logs (so they could be copy-pasted ...Igor Kasyanchuk2016-08-101-4/+4
* | Add three new rubocop rulesRafael Mendonça França2016-08-1659-523/+523
* | Fix deadlock that can occur when child live thread tries to load a constant a...Alex Chinn2016-08-152-0/+24
* | Merge pull request #26092 from kerrizor/kerrizor/force-param-encodingAaron Patterson2016-08-102-13/+78
|\ \
| * | Allow specifying encoding of parameters by actionKerri Miller2016-08-092-13/+78
| |/
* / Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-109-25/+50
|/
* code gardening: removes redundant selfsXavier Noria2016-08-083-3/+3
* adds missing comma in assert callXavier Noria2016-08-071-2/+2
* Assign config on base instead of on `@controller`.Kasper Timm Hansen2016-08-071-1/+1
* Merge pull request #25825 from st0012/partial-cacheKasper Timm Hansen2016-08-072-0/+17
|\
| * Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-082-0/+17
* | Fix Accept header overridden when "xhr: true" in integration testDavid Chen2016-08-071-0/+13
|/
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-0711-12/+0
* applies remaining conventions across the projectXavier Noria2016-08-0643-70/+31
* normalizes indentation and whitespace across the projectXavier Noria2016-08-0631-301/+298
* remove redundant curlies from hash argumentsXavier Noria2016-08-0629-297/+247
* modernizes hash syntax in actionpackXavier Noria2016-08-0673-2007/+2007
* applies new string literal convention in actionpack/testXavier Noria2016-08-06145-6003/+6003
* Fix GET JSON integration test request to use method overrideeileencodes2016-08-052-0/+17
* Fix wrong assignment.Kasper Timm Hansen2016-08-021-4/+5
* Set `always_permitted_parameters`.Kasper Timm Hansen2016-08-021-0/+9
* Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters.Kasper Timm Hansen2016-08-021-2/+15
* Make Parameters support legacy YAML encodings.Kasper Timm Hansen2016-08-011-0/+32
* Merge pull request #25965 from nicksieger/ac_test_case_reset_rack_inputGuillermo Iguaran2016-07-282-0/+22
|\
| * Test that ActionDispatch::IntegrationTest does not leak parametersNick Sieger2016-07-281-0/+14