aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Append link to bad code to backtrace when exception is SyntaxErrorBoris Kuznetsov2014-03-271-0/+35
* Update test helper to use latest Digestor APIDavid Heinemeier Hansson2014-03-211-8/+8
* Cleaning and adding tests for SessionAttila Domokos2014-03-191-7/+34
* 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
* | Add an explicit require for 4ece124396669d3580e7f229ab407a0d4882727a rather t...Jeremy Kemper2014-03-161-0/+1
* | Avoid concurrent test collision on the same memcache server by namespacing keysJeremy Kemper2014-03-161-1/+1
* | Use nested_scope? not shallow? to determine whether to copy optionsAndrew White2014-03-161-0/+36
* | Merge pull request #14329 from pch/digestor-lookup-fixRafael Mendonça França2014-03-142-0/+24
|\ \ | |/ |/|
| * 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-092-0/+24
* | use the body proxy to freeze headersAaron Patterson2014-03-122-4/+16
* | only write the jar if the response isn't committedAaron Patterson2014-03-122-0/+14
|/
* Copy shallow options from normal options when using scopeAndrew White2014-03-081-0/+48
* Pull namespace defaults out of the options hashAndrew White2014-03-081-0/+130
* Only use shallow nested scope when depth is > 1Andrew White2014-03-081-0/+60
* 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-052-25/+12
|/
* Variants in ActionView::DigestorPiotr Chmolowski2014-03-041-2/+2
* Refactor tests from BaseRackTest into BaseRequestTestZachary Scott2014-03-012-370/+386
* 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
* Add `#no_content_type` attribute to `AD::Response`Prem Sichanugrist2014-02-181-1/+1
* 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-182-0/+183
* 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
* Check if variant array contains only symbolsŁukasz Strzałkowski2014-02-131-0/+8
* Variant negotiationLukasz Strzalkowski2014-02-132-1/+26
* Fixed broken flash testsGodfrey Chan2014-02-111-4/+4
* Re-write legacy (marshal) cookies on readGodfrey Chan2014-02-111-15/+17
* Convert FlashHash in a Hash with indifferent accessGuillermo Iguaran2014-02-111-0/+10
* Changed the tests to ensure HybridSerializer actually migrates the cookies (c...Godfrey Chan2014-02-111-10/+18
* Fixed minor typo in test codeGodfrey Chan2014-02-111-1/+1
* Tests for the HybridSerializerRafael Mendonça França2014-02-111-0/+68
* Removed an old testGodfrey Chan2014-02-111-5/+0
* Just very so slightly better test coverageGodfrey Chan2014-02-111-15/+57
* Renamed session_serializer option to cookies_serializerGodfrey Chan2014-02-111-6/+6
* docs, link to HTTP and CGI header definitions. [ci skip]Yves Senn2014-02-101-1/+1
* Set the :shallow_path as each scope is generatedAndrew White2014-02-091-0/+75
* Merge pull request #13982 from dskang/fix-response-flatten-infinite-recursionAaron Patterson2014-02-091-0/+18
|\