aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | actually test what the name saysphoet2015-06-011-1/+1
* | | Merge pull request #20138 from tgxworld/deprecated_assert_templateRafael Mendonça França2015-06-019-381/+100
|\ \ \
| * | | Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-309-381/+100
| |/ /
* | | Merge pull request #20284 from kaspth/fix-caching-testRafael Mendonça França2015-06-011-3/+7
|\ \ \ | |/ / |/| |
| * | Replace expectation with state check.Kasper Timm Hansen2015-05-301-3/+7
* | | Fix warning about ambiguous first argumentArun Agrawal2015-05-291-1/+1
* | | Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-287-12/+22
* | | Merge pull request #19808 from byroot/action-parameterRafael Mendonça França2015-05-271-0/+20
|\ \ \
| * | | Allow to parameters named `action` or `controller` from AC::TestCase helpersJean Boussier2015-04-181-0/+20
* | | | Merge pull request #17788 from sivagollapalli/masterArthur Nogueira Neves2015-05-201-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Issue#17703 Test case for tempfile attributeSiva Gollapalli2015-04-161-0/+5
| |/ /
* | | Give authentication methods the ability to customize response message.Keenan Brock2015-05-032-6/+6
* | | Removed unused code from request_forgery_protection testsPrathamesh Sonpatki2015-04-261-17/+0
* | | Why do we add a top-level constant here?Akira Matsuda2015-04-251-5/+3
* | | Remove unused WorkshopsController class in redirect_test.Bryce Boe2015-04-231-3/+0
|/ /
* | Merge pull request #19736 from kmcphillips/masterRafael Mendonça França2015-04-141-0/+17
|\ \
| * | Override default form builder for a controllerKevin McPhillips2015-04-131-0/+17
* | | Revert "Merge pull request #19682 from supercaracal/fix_force_ssl_redirection...Santiago Pastorino2015-04-121-25/+0
|/ /
* | fix a wrong feature test method nameTaishi Kasuga2015-04-111-1/+1
* | fix fails to force_ssl_redirection if session_store is disabledTaishi Kasuga2015-04-091-0/+25
* | Fix ActionPack tests after changes to missing template loggereileencodes2015-04-061-0/+1
* | head no_content when there is no template or action performedStephen Bussey2015-04-051-6/+16
* | Return super in ActionController::Parameters.const_missingShuhei Kagawa2015-03-281-1/+8
* | Fix failing tests for #19474Andrew White2015-03-231-2/+2