aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-1/+1
* 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
* 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-012-3/+3
* Do not allow to_param on AC::ParametersKir Shatrov2016-08-311-0/+6
* Add regression testsJon Moss2016-08-291-0/+14
* Remove unneeded FIXME noteRafael Mendonça França2016-08-291-2/+0
* Include the content of the flash in the auto-generated etag (#26250)David Heinemeier Hansson2016-08-221-0/+29
* Set the request type if as: is specifiedEverest Munro-Zeisberger2016-08-181-0/+9
* 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-1633-327/+327
* | Fix deadlock that can occur when child live thread tries to load a constant a...Alex Chinn2016-08-151-0/+22
* | Merge pull request #26092 from kerrizor/kerrizor/force-param-encodingAaron Patterson2016-08-101-0/+73
|\ \
| * | Allow specifying encoding of parameters by actionKerri Miller2016-08-091-0/+73
| |/
* / Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-107-22/+44
|/
* code gardening: removes redundant selfsXavier Noria2016-08-082-2/+2
* 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-076-7/+0
* applies remaining conventions across the projectXavier Noria2016-08-0623-39/+12
* normalizes indentation and whitespace across the projectXavier Noria2016-08-0616-168/+167
* remove redundant curlies from hash argumentsXavier Noria2016-08-0619-232/+188
* modernizes hash syntax in actionpackXavier Noria2016-08-0644-1303/+1303
* applies new string literal convention in actionpack/testXavier Noria2016-08-0684-2649/+2649
* Fix GET JSON integration test request to use method overrideeileencodes2016-08-051-0/+16
* 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
* Test that ActionDispatch::IntegrationTest does not leak parametersNick Sieger2016-07-281-0/+14
* Reset rack.input when the environment is scrubbed for the next requestNick Sieger2016-07-271-0/+8
* There are some cases where @@app is not definedSantiago Pastorino2016-07-261-19/+0
* Be more explicit with the expected resultSantiago Pastorino2016-07-261-1/+1
* Return ActionDispatch.test_app when no app is set on IntegrationTest.app methodSantiago Pastorino2016-07-261-0/+19
* Bring back support for callable cache_key on collection renderingIgnatius Reza2016-07-211-1/+11
* Make sure the tests setup are made correctlyRafael Mendonça França2016-07-171-9/+9
* Fix adding implicitly rendered namespaced template digests to ETagsJavan Makhmali2016-07-131-10/+44
* Remove duplicate test and fix a typo in the testPrathamesh Sonpatki2016-07-122-6/+1
* Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy...Tim Rogers2016-07-081-1/+19
* Changes to a dupped `ActionController::Parameters` mutate the originalTim Rogers2016-07-071-0/+25
* Merge pull request #24177 from vipulnsward/rename-testRafael França2016-07-011-1/+1
|\
| * - Renamed NestedParametersTest to NestedParametersPermitTest, to indicate wha...Vipul A M2016-03-131-1/+1
* | Fix adding implicitly rendered template digests to ETagsJavan Makhmali2016-06-281-10/+35
* | Merge pull request #25435 from y-yagi/make_as_option_work_with_get_parametersKasper Timm Hansen2016-06-251-0/+14
|\ \
| * | make `as` option work with get parametersyuuji.yaginuma2016-06-251-0/+14