aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* we don't really need an extra method to set the script nameAaron Patterson2015-07-101-5/+1
* Remove useless conditionalAaron Patterson2015-07-101-12/+0
* default `PATH_INFO` to the generated pathAaron Patterson2015-07-101-1/+2
* always default the SCRIPT_NAME to whatever is on the controllerAaron Patterson2015-07-101-1/+1
* remove useless ivar clearingAaron Patterson2015-07-101-6/+0
* call the `path_parameters=` setter rather than rely on mutationsAaron Patterson2015-07-101-1/+3
* start collecting `env` mutationsAaron Patterson2015-07-101-5/+3
* Parameters are converted to a query stringAaron Patterson2015-07-101-17/+0
* no more HWIAAaron Patterson2015-07-101-1/+1
* remove param dup'ing logicAaron Patterson2015-07-101-8/+0
* encode / decode parameters before assigning them to the requestAaron Patterson2015-07-101-5/+58
* set parameters as a query stringAaron Patterson2015-07-091-6/+9
* build and assign parameters rather than rely on mutationsAaron Patterson2015-07-081-1/+15
* assign the cookie hash on request allocationAaron Patterson2015-07-081-1/+1
* request objects are no longer recycledAaron Patterson2015-07-081-10/+8
* add a new constructor for allocating test requestsAaron Patterson2015-07-081-11/+13
* pass the starting env and session to build_requestAaron Patterson2015-07-081-3/+3
* pass the session and env in to the test requestAaron Patterson2015-07-081-4/+8
* allocate new responses rather than recycling themAaron Patterson2015-07-081-12/+5
* pass cookies from the jar in the HTTP_COOKIE headereileencodes2015-07-071-8/+7
* Send cookies with requesteileencodes2015-07-071-1/+4
* Update RDoc for ActionController::TestCase for kwargs.Victor Costan2015-06-121-1/+1
* Merge pull request #20138 from tgxworld/deprecated_assert_templateRafael Mendonça França2015-06-011-6/+0
|\
| * Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-6/+0
* | Use `any?` rather than `present?` to check argseileencodes2015-05-311-1/+1
|/
* Remove unused code.Guo Xiang Tan2015-05-291-2/+0
* Merge pull request #19808 from byroot/action-parameterRafael Mendonça França2015-05-271-15/+12
|\
| * Allow to parameters named `action` or `controller` from AC::TestCase helpersJean Boussier2015-04-181-15/+12
* | Move `TemplateAssertions` to their own fileeileencodes2015-05-091-188/+1
* | Use `args` instead of `*args` in `kwargs_request?` methodeileencodes2015-05-021-3/+3
|/
* Revert "Merge pull request #19682 from supercaracal/fix_force_ssl_redirection...Santiago Pastorino2015-04-121-5/+2
* fix fails to force_ssl_redirection if session_store is disabledTaishi Kasuga2015-04-091-2/+5
* Use request.session.id instead of request.session_options[:id]Brian John2015-03-121-1/+1
* Merge pull request #18771 from kirs/deprecate-xhrRafael Mendonça França2015-02-051-3/+18
|\
| * Migrating xhr methods to keyword arguments syntaxKir Shatrov2015-02-011-3/+18
* | Merge pull request #18721 from sj26/pre-discard-flashAaron Patterson2015-02-011-0/+2
|\ \
| * | Fix flash remaining after last flash deletedSamuel Cochran2015-01-291-0/+2
* | | Fix a typo in deprecation warning. #process takes method instead of http_method.Juanito Fatas2015-01-311-1/+1
* | | [ci skip] Document format parameter of process method in AC test_case.Juanito Fatas2015-01-311-0/+1
| |/ |/|
* | Use fixed fonts only in the name of the parameterRafael Mendonça França2015-01-291-8/+8
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-28/+93
|/
* Reset template assertions without warningsbrainopia2015-01-051-2/+4
* Remove deprecated option `use_route` in controller testsRafael Mendonça França2015-01-041-23/+1
* Integration requests should work in contexts without setup and teardownbrainopia2015-01-021-1/+2
* adding that assert_template with :layout will raise ArgumentError for unknown...Carsten Wirth2014-12-161-0/+2
* Deprecate `use_route` in controller testsGodfrey Chan2014-11-231-1/+22
* Make sure assert_select can assert body tagRafael Mendonça França2014-11-181-4/+4
* document_root_element need to be publicRafael Mendonça França2014-11-171-4/+4
* Pass the route name explicitlyGodfrey Chan2014-11-101-1/+2
* Parse HTML as document fragment.Kasper Timm Hansen2014-09-291-1/+1