aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
* | | Update Request forgery tests to remove input wrappign divRafael Mendonça França2014-04-171-5/+5
* | | Merge pull request #14728 from stomar/assertion-msgYves Senn2014-04-151-11/+13
|\ \ \
| * | | Refine tests for assert_select failure messagesMarcus Stollsteimer2014-04-141-11/+13
* | | | Return null type format when format is not knowRafael Mendonça França2014-04-141-0/+5
|/ / /
* | | Remove unused `subclass_controller_with_flash_type_bar` var from flash test.Vipul A M2014-04-071-2/+2
* | | Fix setup of adding _flash_types test.Guo Xiang Tan2014-04-061-6/+15
* | | Update test helper to use latest Digestor APIDavid Heinemeier Hansson2014-03-211-8/+8
* | | Merge pull request #14090 from Fortisque/kevin/stream_error_in_main_thread_if...Aaron Patterson2014-03-171-0/+19
|\ \ \
| * | | re-raise error if error occurs before committing in streamingKevin Casey2014-03-141-0/+19
* | | | Merge pull request #14329 from pch/digestor-lookup-fixRafael Mendonça França2014-03-141-0/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Don't pass variant in params, it's ignoredŁukasz Strzałkowski2014-03-131-1/+1
| * | | Ensure LookupContext in Digestor selects correct variantPiotr Chmolowski2014-03-091-0/+21
* | | | use the body proxy to freeze headersAaron Patterson2014-03-121-2/+4
* | | | only write the jar if the response isn't committedAaron Patterson2014-03-121-0/+13
|/ / /
* | | Merge pull request #14280 from joho/make_csrf_failure_logging_optionalSantiago Pastorino2014-03-081-0/+16
|\ \ \
| * | | Make CSRF failure logging optional/configurable.John Barton (joho)2014-03-051-0/+16
* | | | Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-051-17/+12
|/ / /
* | | Variants in ActionView::DigestorPiotr Chmolowski2014-03-041-2/+2
* | | make sure we wait for the threads to shut down before asserting closureAaron Patterson2014-02-281-0/+1
* | | use built-in exception handling in live controllersAaron Patterson2014-02-281-15/+17
* | | live controllers should have live responsesAaron Patterson2014-02-281-13/+2
* | | set the error callback to a nice default in case nobody set an error callback...Aaron Patterson2014-02-281-0/+7
* | | Fix controller test not resetting @_url_optionsTony Wooster2014-02-261-0/+23
* | | Simple Sungularize ActionController::UnpermittedParameters error in case when...Serj L2014-02-241-4/+26
* | | Introduce `render :html` for render HTML stringPrem Sichanugrist2014-02-181-0/+190
* | | Introduce `render :plain` for render plain textPrem Sichanugrist2014-02-181-0/+168
* | | Update hash format for render_text_testPrem Sichanugrist2014-02-181-18/+18
* | | Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-0/+175
* | | Correct prestreaming controller response status.Kevin Casey2014-02-151-0/+18
* | | No variant should also be picked up by variant.any if variant.none is not def...David Heinemeier Hansson2014-02-131-0/+4
* | | Variant negotiationLukasz Strzalkowski2014-02-131-0/+21
* | | Fixed broken flash testsGodfrey Chan2014-02-111-4/+4
* | | Convert FlashHash in a Hash with indifferent accessGuillermo Iguaran2014-02-111-0/+10
* | | Remove outdated TODO from url_for test, this test was fixed in 900a2d30Zachary Scott2014-02-091-3/+0
* | | Tests that skips a controller filters that was set up using a classIonatan Wiznia2014-02-061-0/+16
* | | Do not discard query parameters on requests that use wrap_parametersJosh Jordan2014-01-301-0/+20
* | | Clear filtered request attributes between requests in testsAndrew White2014-01-272-0/+19
* | | Remove unused argument.Francesco Rodriguez2014-01-241-1/+1
* | | unify param.require testsArthur Neves2014-01-232-10/+8
* | | Merge branch 'master' into laurocaetano-fix_send_fileAaron Patterson2014-01-1012-49/+378
|\ \ \
| * | | Add any/all support for variantsŁukasz Strzałkowski2013-12-261-0/+143
| * | | Unused classes in AP testsAkira Matsuda2013-12-251-11/+0
| * | | AC::Parameters#permit! permits hashes in array valuesXavier Noria2013-12-231-3/+11
| * | | Move the null mime type to request.formatCarlos Antonio da Silva2013-12-231-1/+1
| * | | optimizes array conversion in AC::ParametersXavier Noria2013-12-211-0/+5
| * | | converts hashes in arrays of unfiltered params to unpermitted params [fixes #...Xavier Noria2013-12-211-0/+7
| * | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
| |\ \ \
| | * | | Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
| * | | | Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-192-20/+9
| * | | | Clearly limit new CSRF protection to GET requestsJeremy Kemper2013-12-171-0/+10