aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Authorization scheme should be case insensitive. Fixes #21199Dennis Suratna2015-08-111-0/+8
* | | | pull `to` upAaron Patterson2015-08-111-1/+1
* | | | push option decomposition up a bit moreAaron Patterson2015-08-111-2/+2
* | | | pull up the "options.delete(:controller)" logicAaron Patterson2015-08-111-2/+2
* | | | Refactor route assertion methods in resources testeileencodes2015-08-081-50/+51
* | | | Merge pull request #11352 from xaviershay/dispatcher-apiRafael Mendonça França2015-08-083-17/+14
|\ \ \ \
| * | | | Allow a custom dispatcher to be provided to routing.Xavier Shay2015-08-073-17/+14
* | | | | Fix deprecation warning in testseileencodes2015-08-081-1/+1
* | | | | Refactor to remove DrawOnce moduleeileencodes2015-08-081-27/+8
|/ / / /
* | | | remove vestigial codeAaron Patterson2015-08-071-43/+0
* | | | finish deprecating handling strings and symbolsAaron Patterson2015-08-075-61/+20
* | | | Using strings or symbols for middleware class names is deprecated.Aaron Patterson2015-08-073-30/+26
* | | | simplify the Middleware constructorAaron Patterson2015-08-071-39/+24
* | | | do not add common ports to HTTP_HOSTMichael Grosser2015-08-061-0/+19
* | | | ExceptionWrapper doesn't need to know about `env`Aaron Patterson2015-08-061-17/+15
* | | | use a request object to reduce string allocations and not know about ENV keysAaron Patterson2015-08-061-1/+1
* | | | Merge pull request #21131 from eagletmt/percent-filenameRafael Mendonça França2015-08-062-0/+21
|\ \ \ \
| * | | | Add failing spec on utf8 filename with percent characterKohei Suzuki2015-08-042-0/+21
| |/ / /
* / / / Adds missing argument handling for ActionController::TestSession toMatthew Gerrior2015-08-061-0/+10
|/ / /
* / / Add missing assertion for test_route_with_colon_firstAditya Kapoor2015-08-031-2/+4
|/ /
* | Merge pull request #20590 from vngrs/set_default_charsetRafael Mendonça França2015-07-271-0/+7
|\ \
| * | Document, refactor and create test case for ActionDispatch::Response#charset=...Mehmet Emin İNAÇ2015-06-171-0/+7
* | | Fix state being carried over from previous transactionRoque Pinel2015-07-201-1/+1
* | | Fix exception overwritten for parameters fetch methodRoque Pinel2015-07-181-0/+13
* | | Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-1732-215/+215
* | | Add deprecation warning for `render :text`Prem Sichanugrist2015-07-171-11/+42
* | | Skip a few failing tests on JRuby with the attached ticketsRobin Dupret2015-07-173-0/+8
* | | Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-156-7/+11
* | | Merge pull request #20866 from jdantonio/countdown-latchAaron Patterson2015-07-142-21/+21
|\ \ \
| * | | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-132-21/+21
* | | | Merge pull request #20877 from sikachu/rename-ac-test_responseRafael Mendonça França2015-07-141-1/+1
|\ \ \ \
| * | | | Change AC::TestResponse to AD::TestResponsePrem Sichanugrist2015-07-141-1/+1
* | | | | only call methods that are on the superclassAaron Patterson2015-07-143-7/+6
|/ / / /
* | | | use a lookup table for `assert_response`Aaron Patterson2015-07-131-2/+2
* | | | only have one TestResponse classAaron Patterson2015-07-131-1/+1
|/ / /
* | | use `Rack::Test::UploadedFile` when uploading filesAaron Patterson2015-07-091-2/+2
* | | set parameters as a query stringAaron Patterson2015-07-091-1/+1
* | | use JSON to communicate between the controller and the testsAaron Patterson2015-07-091-12/+12
* | | build and assign parameters rather than rely on mutationsAaron Patterson2015-07-081-3/+3
* | | request objects are no longer recycledAaron Patterson2015-07-081-6/+0
* | | pass the variant as a parameter to more reflect real world appsAaron Patterson2015-07-081-3/+3
* | | add a new constructor for allocating test requestsAaron Patterson2015-07-081-9/+9
* | | make `env` a required parameterAaron Patterson2015-07-081-6/+6
* | | remove call to build_requestAaron Patterson2015-07-081-1/+0
* | | let the superclass build the request and responseAaron Patterson2015-07-0810-47/+13
* | | pass variants in rather than mutating the request.Aaron Patterson2015-07-071-48/+31
* | | pass cookies from the jar in the HTTP_COOKIE headereileencodes2015-07-071-2/+0
* | | Merge pull request #13897 from gmalette/nested-parameter-filtering-2Arthur Nogueira Neves2015-07-061-0/+1
|\ \ \
| * | | Allow filtering params based on parent keysGuillaume Malette2015-06-221-0/+1
* | | | Fix the random caching test failure.Kasper Timm Hansen2015-07-051-0/+1