| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 1 | -0/+0 |
* | AbstractRequest.relative_url_root is no longer automatically configured by a ... | Joshua Peek | 2008-07-24 | 1 | -55/+54 |
* | Restore support for partial matches in assert_redirected_to | Michael Koziarski | 2008-07-12 | 1 | -0/+5 |
* | Simplify the implementation of assert_redirected_to to normalise the urls bef... | Michael Koziarski | 2008-07-04 | 1 | -16/+3 |
* | Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546 | Pratik Naik | 2008-04-02 | 1 | -0/+20 |
* | don't misbehave when redirecting to nil. Closes #10272 [farleyknight] | Michael Koziarski | 2008-01-12 | 1 | -0/+11 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Improve the error message for assert_redirected_to. Closes #7337 [mikong, san... | Jeremy Kemper | 2007-10-16 | 1 | -2/+2 |
* | Add :status to redirect_to allowing users to choose their own response code w... | Michael Koziarski | 2007-10-09 | 1 | -0/+78 |
* | Removed deprecated parameters_for_method_reference concept (legacy from befor... | David Heinemeier Hansson | 2007-05-12 | 1 | -0/+40 |
* | Revert [6430] since the test is faulty. References #7837, closes #7842. | Jeremy Kemper | 2007-03-16 | 1 | -10/+0 |
* | Undeprecate redirect_to with Hash argument and additional url_for parameters.... | Jeremy Kemper | 2007-03-16 | 1 | -0/+10 |
* | Deprecation: remove deprecated url_for(:symbol, *args) and redirect_to(:symbo... | Jeremy Kemper | 2007-03-13 | 1 | -19/+3 |
* | redirect deprecation tests | Jeremy Kemper | 2006-09-04 | 1 | -9/+22 |
* | Diff compared options with #assert_redirected_to [Rick] | Rick Olson | 2006-04-22 | 1 | -5/+5 |
* | Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris... | Rick Olson | 2006-03-19 | 1 | -0/+14 |
* | Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_... | David Heinemeier Hansson | 2006-01-22 | 1 | -0/+9 |
* | Added redirect_to :back as a short-hand for redirect_to(request.env["HTTP_REF... | David Heinemeier Hansson | 2005-11-02 | 1 | -0/+10 |
* | Make sure assigns are built for every request when testing #1866 | Jamis Buck | 2005-07-31 | 1 | -0/+10 |
* | Improved performance with 5-30% through a series of Action Pack optimizations... | David Heinemeier Hansson | 2005-07-23 | 1 | -1/+1 |
* | Added more tests on assert_redirected_to #1581 [Rick Olson] | David Heinemeier Hansson | 2005-07-02 | 1 | -0/+55 |
* | Fixed assert_redirected_to to work with :only_path => false #1204 [Alisdair M... | David Heinemeier Hansson | 2005-04-30 | 1 | -1/+10 |
* | Fixed tests | David Heinemeier Hansson | 2005-02-24 | 1 | -1/+1 |
* | Added Base#render_to_string to parse a template and get the result back as a ... | David Heinemeier Hansson | 2005-02-23 | 1 | -31/+23 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+44 |