aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | use `make_set` helper method to generate route setsAaron Patterson2015-08-241-31/+1
* | | | | | Merge pull request #21355 from akihiro17/remove-variablesRafael Mendonça França2015-08-241-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Remove unused variablesakihiro172015-08-241-2/+2
| | |/ / / | |/| | |
* / | | | Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-243-45/+60
|/ / / /
* | | | Merge pull request #21106 from amitsuroliya/fix_routing_testAndrew White2015-08-211-6/+0
|\ \ \ \
| * | | | Remove duplicity in testsamitkumarsuroliya2015-08-031-6/+0
| |/ / /
* | | | test the verb method on the route, specificallyAaron Patterson2015-08-171-1/+1
* | | | routes are always constructed with a hash for the conditionsAaron Patterson2015-08-171-1/+1
* | | | Merge pull request #21203 from denniss/issue-21199Sean Griffin2015-08-111-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Authorization scheme should be case insensitive. Fixes #21199Dennis Suratna2015-08-111-0/+8
* | | | Refactor route assertion methods in resources testeileencodes2015-08-081-50/+51
* | | | remove vestigial codeAaron Patterson2015-08-071-43/+0
* | | | finish deprecating handling strings and symbolsAaron Patterson2015-08-071-1/+1
* | | | do not add common ports to HTTP_HOSTMichael Grosser2015-08-061-0/+19
|/ / /
* / / Add missing assertion for test_route_with_colon_firstAditya Kapoor2015-08-031-2/+4
|/ /
* | 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-1725-186/+186
* | 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-171-0/+4
* | Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-155-6/+10
* | Merge pull request #20866 from jdantonio/countdown-latchAaron Patterson2015-07-141-14/+14
|\ \
| * | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-131-14/+14
* | | 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-142-3/+3
|/ / /
* / / 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
* | 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
* | Fix the random caching test failure.Kasper Timm Hansen2015-07-051-0/+1
* | Override default_render's behavior with a blockDave Copeland2015-06-201-0/+21
* | Deprecate passing hash as first parameter into ActionController::HeadMehmet Emin İNAÇ2015-06-153-10/+31
* | Fix flakyness.Kasper Timm Hansen2015-06-151-0/+1
* | Return 204 if render is not called in API controllersJorge Bejar2015-06-111-0/+15
* | Add test coverage for implicit render in empty actionsJorge Bejar2015-06-111-0/+14
* | Include ParamsWrapper in AC::APIJorge Bejar2015-06-111-0/+26
* | Rename test methods in api conditional get controller testsJorge Bejar2015-06-111-2/+2
* | Use new hash syntaxSantiago Pastorino2015-06-112-7/+7
* | Use nex hash syntax on testsSantiago Pastorino2015-06-111-5/+5
* | Move Model test class inside RenderersApiController namespaceSantiago Pastorino2015-06-111-8/+8
* | Add ActionController API functionalitySantiago Pastorino2015-06-116-0/+180
* | Merge pull request #19094 from phoet/have_bearer_be_valid_as_wellRafael Mendonça França2015-06-011-1/+8
|\ \
| * | allow `Bearer` as well as `Token`phoet2015-06-011-0/+7