aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/redirect_test.rb
Commit message (Expand)AuthorAgeFilesLines
* modernizes hash syntax in actionpackXavier Noria2016-08-061-18/+18
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-13/+13
* Move `Workshop` class definitionJon Moss2016-05-301-0/+18
* Add more info to insecure URL generation errorDerek Prior2016-04-261-2/+1
* Deprecate :controller and :action path parametersAndrew White2016-03-011-2/+7
* Use a URL instead of an URL everywhereAbhishek Jain2016-02-151-1/+1
* Merge pull request #20797 from byroot/prevent-url-for-ac-parametersRafael França2015-12-181-2/+2
|\
| * Prevent ActionController::Parameters from being passed to url_for directlyJean Boussier2015-12-151-2/+2
* | Deprecate `redirect_to :back`Derek Prior2015-12-161-2/+15
* | Add `redirect_back` for safer referrer redirectsDerek Prior2015-12-161-0/+21
|/
* Added assertion for error messages for redirection to nil and params Ronak Jangir2015-09-211-2/+4
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-2/+2
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-11/+0
* Remove unused WorkshopsController class in redirect_test.Bryce Boe2015-04-231-3/+0
* remove old unavailable link with relevant fixGaurav Sharma2015-03-231-2/+2
* Don't accept parameters as argument for redirect to [via @homakov]Santiago Pastorino2014-07-161-0/+10
* Remove default match without specified methodJose and Yehuda2012-04-241-2/+2
* fix typo in redirect testBrian Lopez2012-03-151-1/+1
* strip null bytes from Location header as wellBrian Lopez2012-03-151-0/+20
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-2/+0
* Fix for redirect_to to respect urls with a network path reference like "//ass...Overbryd2011-12-051-0/+10
* Methods like status and location are interfering with redirect_to [Closes #2511]Franck Verrot2011-08-141-0/+5
* delete repeated codeAaron Patterson2010-10-011-18/+0
* Make redirect_to accept blocks [#5643 state:resolved]Nando Vieira2010-09-241-0/+38
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+1
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-9/+9
* Use new routing dsl in testsJoshua Peek2009-12-081-2/+2
* Cleanup route reloading in tests. Prefer with_routing over using ActionContro...Joshua Peek2009-08-161-11/+13
* Add test ensuring redirect_to uses the given protocol [#2886]Dan Croak2009-08-081-0/+10
* AMo conversion helperJoshua Peek2009-07-211-1/+2
* Define ActiveModel API ComplianceYehuda Katz2009-07-201-1/+1
* Move model naming into ActiveModelJoshua Peek2009-06-171-0/+1
* assert_redirect_to's partial hash matching was deprecated in 2-3 stable 7f1f1...Joshua Peek2009-05-041-7/+0
* Deprecate assert_redirect_to's partial hash matchingJoshua Peek2009-05-021-2/+4
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-2/+2
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-12/+4
* Fixed regex in redirect_to to fully support URI schemes [#1247 state:committed]Seth Fitzsimmons2008-10-301-0/+10
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* AbstractRequest.relative_url_root is no longer automatically configured by a ...Joshua Peek2008-07-241-55/+54
* Restore support for partial matches in assert_redirected_toMichael Koziarski2008-07-121-0/+5
* Simplify the implementation of assert_redirected_to to normalise the urls bef...Michael Koziarski2008-07-041-16/+3
* Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546Pratik Naik2008-04-021-0/+20
* don't misbehave when redirecting to nil. Closes #10272 [farleyknight]Michael Koziarski2008-01-121-0/+11
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Improve the error message for assert_redirected_to. Closes #7337 [mikong, san...Jeremy Kemper2007-10-161-2/+2
* Add :status to redirect_to allowing users to choose their own response code w...Michael Koziarski2007-10-091-0/+78
* Removed deprecated parameters_for_method_reference concept (legacy from befor...David Heinemeier Hansson2007-05-121-0/+40
* Revert [6430] since the test is faulty. References #7837, closes #7842.Jeremy Kemper2007-03-161-10/+0