aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/redirect_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure that `redirect_back` with `fallback_location` to another host is allowedbogdanvlviv2019-01-251-0/+29
* Revert ensure external redirects are explicitly allowedGannon McGibbon2019-01-221-37/+7
* Ensure external redirects are explicitly allowedGannon McGibbon2019-01-171-7/+37
* Add missing test case for `redirect_to` when request includes a port.Guo Xiang Tan2018-09-211-0/+7
* Call block to #redirect_to in controller context (#33735)speckins2018-08-271-0/+16
* Add allow_other_host option to redirect_back methodTim Masliuchenko2017-10-101-0/+21
* Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-181-2/+2
* Use `response#location` instead of `#location` in redirect.Mehmet Emin INAC2017-02-201-2/+2
* Privatize unneededly protected methods in Action Pack testsAkira Matsuda2016-12-231-1/+1
* Remove deprecated support to `:back` in `redirect_to`Rafael Mendonça França2016-10-091-42/+0
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-4/+4
* 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