index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
controller
/
redirect_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add allow_other_host option to redirect_back method
Tim Masliuchenko
2017-10-10
1
-0
/
+21
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-1
/
+1
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Reuse the Parameters#to_h check in the routing helpers
Rafael Mendonça França
2017-04-18
1
-2
/
+2
*
Use `response#location` instead of `#location` in redirect.
Mehmet Emin INAC
2017-02-20
1
-2
/
+2
*
Privatize unneededly protected methods in Action Pack tests
Akira Matsuda
2016-12-23
1
-1
/
+1
*
Remove deprecated support to `:back` in `redirect_to`
Rafael Mendonça França
2016-10-09
1
-42
/
+0
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-4
/
+4
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-18
/
+18
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-13
/
+13
*
Move `Workshop` class definition
Jon Moss
2016-05-30
1
-0
/
+18
*
Add more info to insecure URL generation error
Derek Prior
2016-04-26
1
-2
/
+1
*
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
1
-2
/
+7
*
Use a URL instead of an URL everywhere
Abhishek Jain
2016-02-15
1
-1
/
+1
*
Merge pull request #20797 from byroot/prevent-url-for-ac-parameters
Rafael França
2015-12-18
1
-2
/
+2
|
\
|
*
Prevent ActionController::Parameters from being passed to url_for directly
Jean Boussier
2015-12-15
1
-2
/
+2
*
|
Deprecate `redirect_to :back`
Derek Prior
2015-12-16
1
-2
/
+15
*
|
Add `redirect_back` for safer referrer redirects
Derek Prior
2015-12-16
1
-0
/
+21
|
/
*
Added assertion for error messages for redirection to nil and params
Ronak Jangir
2015-09-21
1
-2
/
+4
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-2
/
+2
*
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
1
-11
/
+0
*
Remove unused WorkshopsController class in redirect_test.
Bryce Boe
2015-04-23
1
-3
/
+0
*
remove old unavailable link with relevant fix
Gaurav Sharma
2015-03-23
1
-2
/
+2
*
Don't accept parameters as argument for redirect to [via @homakov]
Santiago Pastorino
2014-07-16
1
-0
/
+10
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-2
/
+2
*
fix typo in redirect test
Brian Lopez
2012-03-15
1
-1
/
+1
*
strip null bytes from Location header as well
Brian Lopez
2012-03-15
1
-0
/
+20
*
Remove rescue_action from compatibility module and tests
Carlos Antonio da Silva
2012-01-17
1
-2
/
+0
*
Fix for redirect_to to respect urls with a network path reference like "//ass...
Overbryd
2011-12-05
1
-0
/
+10
*
Methods like status and location are interfering with redirect_to [Closes #2511]
Franck Verrot
2011-08-14
1
-0
/
+5
*
delete repeated code
Aaron Patterson
2010-10-01
1
-18
/
+0
*
Make redirect_to accept blocks [#5643 state:resolved]
Nando Vieira
2010-09-24
1
-0
/
+38
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-1
/
+1
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...
José Valim
2010-02-21
1
-9
/
+9
*
Use new routing dsl in tests
Joshua Peek
2009-12-08
1
-2
/
+2
*
Cleanup route reloading in tests. Prefer with_routing over using ActionContro...
Joshua Peek
2009-08-16
1
-11
/
+13
*
Add test ensuring redirect_to uses the given protocol [#2886]
Dan Croak
2009-08-08
1
-0
/
+10
*
AMo conversion helper
Joshua Peek
2009-07-21
1
-1
/
+2
*
Define ActiveModel API Compliance
Yehuda Katz
2009-07-20
1
-1
/
+1
*
Move model naming into ActiveModel
Joshua Peek
2009-06-17
1
-0
/
+1
*
assert_redirect_to's partial hash matching was deprecated in 2-3 stable 7f1f1...
Joshua Peek
2009-05-04
1
-7
/
+0
*
Deprecate assert_redirect_to's partial hash matching
Joshua Peek
2009-05-02
1
-2
/
+4
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-2
/
+2
*
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
1
-12
/
+4
*
Fixed regex in redirect_to to fully support URI schemes [#1247 state:committed]
Seth Fitzsimmons
2008-10-30
1
-0
/
+10
[next]