aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* _recall should be set to a hash or not setAaron Patterson2014-05-131-2/+2
* Fix regression on `assert_redirected_to`.Arthur Neves2014-05-131-0/+6
* this class is a model, so it should act like oneAaron Patterson2014-05-121-0/+3
* Remove redundant tests method.Guo Xiang Tan2014-05-111-2/+0
* Always use the provided port for protocol relative urlsAndrew White2014-05-111-0/+12
* ActionDispatch::Http::URL.normalize_port should not strip port for protocol r...Guilherme Cavalcanti2014-05-111-0/+12
* just call the method and assert the return valueAaron Patterson2014-05-091-8/+1
* HTTP::Headers#key? correctly convertsschneems2014-05-071-0/+2
* Merge pull request #14945 from tomkadwill/form_authenticity_param_refactorRafael Mendonça França2014-05-061-5/+26
|\
| * Moved 'params[request_forgery_protection_token]' into its own method and impr...Tom Kadwill2014-05-061-5/+26
* | Only accept actions without File::SEPARATOR in the name.Rafael Mendonça França2014-05-061-1/+16
|/
* Use assert_raisesRafael Mendonça França2014-05-041-3/+1
* Merge pull request #11166 from xavier/callable_constraint_verificationRafael Mendonça França2014-05-041-0/+15
|\
| * Verify that route constraints respond to the expected messages instead of sil...Xavier Defrang2013-06-281-0/+15
* | Remove tests method for test cases when controller can be inferred.Guo Xiang2014-05-035-21/+1
* | Merge pull request #12651 from cespare/ipv6-remote-ip-fixesRafael Mendonça França2014-05-011-1/+4
|\ \
| * | Make remote_ip detection properly handle private IPv6 addressesCaleb Spare2013-10-261-1/+4
* | | Fixed an issue with migrating legacy json cookies.Godfrey Chan2014-04-231-0/+117
* | | 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