aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \
| * | Modifies mime-registration test not to interfere with real mime typesBenjamin Fleischer2016-05-231-3/+3
* | | 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
* | | | `params.permitted?` is false by defaultJon Moss2016-06-231-0/+6
|/ / /
* | | render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308)Brandon Medenwald2016-06-091-0/+7
* | | existant => existentAbhishek Jain2016-06-091-2/+2
* | | Prevent `{ internal: true }` from being stored in the routerJon Moss2016-06-071-0/+30
* | | Add regression test to `as` option.Kasper Timm Hansen2016-06-071-0/+16
* | | Use `#performed?` to terminate controller callbacksJeff Kreeftmeijer2016-06-031-0/+15
* | | Merge pull request #25236 from rajatbansal93/fix-typoArun Agrawal2016-06-011-5/+5
|\ \ \
| * | | fix typoRajat Bansal2016-06-011-5/+5
* | | | Clean up the test request/response even after an exceptionMatthew Draper2016-06-011-0/+24
* | | | More Action Pack `abstract_unit` cleanup (#25211)Jon Moss2016-05-314-28/+23
|/ / /
* / / Move `Workshop` class definitionJon Moss2016-05-302-18/+18
|/ /
* | Respect `log_warning_on_csrf_failure` setting for all CSRF failuresMatthew Caruana Galizia2016-05-231-0/+31
* | Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-183-4/+4
* | Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-30/+1
* | Document and test ActionDispatch server_portTom Kadwill2016-05-121-0/+11
* | Merge pull request #24982 from tomkadwill/improve_clarity_of_raw_host_with_portKasper Timm Hansen2016-05-111-0/+20
|\ \
| * | Improve documentation and tests for raw_host_with_port and host_with_portTom Kadwill2016-05-111-0/+20
* | | Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-formatSantiago Pastorino2016-05-111-32/+50
|\ \ \
| * | | API only apps: Preserve request format for HTML requests tooPrathamesh Sonpatki2016-05-111-32/+50