aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | Reset rack.input when the environment is scrubbed for the next requestNick Sieger2016-07-271-0/+8
* | | Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-rootRafael Mendonça França2016-07-271-0/+18
|\ \ \ | |/ / |/| |
| * | Fix 'defaults' option for root routeChris Arcand2016-07-211-0/+18
* | | 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
|/ /
* | Sort the mime types before comparingRafael Mendonça França2016-07-171-2/+2
* | Make sure the tests setup are made correctlyRafael Mendonça França2016-07-171-9/+9
* | Merge pull request #25775 from junaruga/hotfix/actionpack-depending-on-active...Eileen M. Uchitelle2016-07-161-1/+0
|\ \
| * | Remove unused activerecord requirement in actionpack.Jun Aruga2016-07-111-1/+0
* | | Check `request.path_parameters` encoding at the point they're setGrey Baker2016-07-142-16/+18
* | | Merge pull request #25798 from greysteil/dont-raise-unknown-http-method-low-i...Matthew Draper2016-07-141-0/+9
|\ \ \
| * | | Don't raise ActionController::UnknownHttpMethod from ActionDispatch::StaticGrey Baker2016-07-131-0/+9
* | | | Merge pull request #25817 from javan/fix-namespaced-implicit-render-etag-temp...Rafael França2016-07-132-10/+45
|\ \ \ \
| * | | | Fix adding implicitly rendered namespaced template digests to ETagsJavan Makhmali2016-07-132-10/+45
| |/ / /
* | | | Merge pull request #25771 from kaspth/make-test-response-assign-response-parserKasper Timm Hansen2016-07-131-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Let TestResponse assign a parser.Kasper Timm Hansen2016-07-101-0/+8
| |/ /
* | | Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`Grey Baker2016-07-121-0/+6
* | | Remove duplicate test and fix a typo in the testPrathamesh Sonpatki2016-07-122-6/+1
* | | Merge pull request #25735 from timrogers/actioncontroller-parameters-dupMatthew Draper2016-07-121-0/+43
|\ \ \ | |/ / |/| |
| * | 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
* | | Add tests for 1xx, 204 and 304 responses to response_test.rbMasaru Nomura2016-07-091-0/+20
|/ /
* | Deprecate usage of nil as route pathVolmer2016-07-051-0/+7
* | 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
* | | Ensure logging on exceptions only includes what we expectMatthew Draper2016-07-021-0/+23
* | | Merge pull request #25544 from piotrj/pj-issue-25488Rafael França2016-06-281-0/+12
|\ \ \
| * | | Fix setting route's to in a scopePiotr Jakubowski2016-06-281-0/+12
* | | | Fix adding implicitly rendered template digests to ETagsJavan Makhmali2016-06-282-10/+36
|/ / /
* | | Merge pull request #25123 from bf4/remove_problematic_mime_testRafael França2016-06-271-3/+3
|\ \ \