aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Make URL escaping more consistentAndrew White2014-04-203-4/+41
* Always escape string passed to url helper.edogawaconan2014-04-201-2/+2
* Remove wrapper div for inputs in button_toRafael Mendonça França2014-04-171-1/+1
* Update Request forgery tests to remove input wrappign divRafael Mendonça França2014-04-171-5/+5
* Change the method descriptionRafael Mendonça França2014-04-171-1/+1
* Merge pull request #14755 from timlinquist/to_io_http_uploadRafael Mendonça França2014-04-171-0/+6
|\
| * Provide interface for accessing underlying IO objectTim Linquist2014-04-151-0/+6
* | Merge pull request #14745 from razum2um/plain-text-diagnosticsRafael Mendonça França2014-04-151-1/+2
|\ \
| * | Display diagnostics in text format for xhr requestVlad Bokov2014-04-141-1/+2
* | | 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
|/
* Add a failing test for a URL helper that was broken by a6b9ea2.James Coglan2014-04-101-0/+18
* Avoid URI parsingAndriel Nuernberg2014-04-091-0/+7
* 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