| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'nil_script_name' | Santiago Pastorino | 2014-11-25 | 1 | -0/+7 |
|\ |
|
| * | Add regression test case to ensure script_name as nil is not used anymore in ... | Santiago Pastorino | 2014-11-25 | 1 | -0/+7 |
|/ |
|
* | Anchor should not be appended when set to nil/false. | Guo Xiang Tan | 2014-11-23 | 1 | -0/+14 |
* | Remove useless `only_path: true` in path helpers | Godfrey Chan | 2014-11-10 | 1 | -3/+2 |
* | Expectations first | Akira Matsuda | 2014-08-18 | 1 | -15/+15 |
* | helper methods are public, so we can just call them | Aaron Patterson | 2014-07-17 | 1 | -4/+4 |
* | use Ruby for mocking | Aaron Patterson | 2014-06-12 | 1 | -1/+1 |
* | Revert "Rewrite journey routes formatter for performance" | Aaron Patterson | 2014-05-19 | 1 | -0/+20 |
* | ActionDispatch::Http::URL.normalize_port should not strip port for protocol r... | Guilherme Cavalcanti | 2014-05-11 | 1 | -0/+12 |
* | Remove outdated TODO from url_for test, this test was fixed in 900a2d30 | Zachary Scott | 2014-02-09 | 1 | -3/+0 |
* | Take Hash with options inside Array in #url_for | Andrey Ognevsky | 2013-11-15 | 1 | -0/+18 |
* | Passing subdomain: '' to url_for removes the subdomain (instead of adding a l... | Derek Watson | 2013-04-18 | 1 | -0/+7 |
* | Namespace HashWithIndifferentAccess | Akira Matsuda | 2013-01-07 | 1 | -3/+2 |
* | Remove warning renaming the test classes to use the test convention | Rafael Mendonça França | 2012-07-29 | 1 | -1/+1 |
* | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 1 | -8/+8 |
* | Revert "Merge pull request #5750 from ahoward/master" | Santiago Pastorino | 2012-04-08 | 1 | -18/+0 |
* | Make url_for work when option is nil and default_url_options has | Rafael Mendonça França | 2012-04-05 | 1 | -0/+9 |
* | carefully and quickly merge url_for options | ara.t.howard | 2012-04-04 | 1 | -0/+9 |
* | Add test for default_url_options[:port] | Aaron Suggs | 2012-03-28 | 1 | -0/+12 |
* | Fix url_for options[:subdomain] to allow objects as values | choonkeat | 2011-12-14 | 1 | -0/+8 |
* | Fix trouble using :subdomain in development environment when using numeri... | Bradford Folkens | 2011-11-08 | 1 | -0/+11 |
* | :subdomain can now be specified with a value of false in url_for, allowing fo... | Kamil Sobieraj | 2011-10-04 | 1 | -0/+14 |
* | expected message should come first | Neeraj Singh | 2011-06-11 | 1 | -2/+2 |
* | Filter params that return nil for to_param and allow through false values | Andrew White | 2011-03-09 | 1 | -0/+8 |
* | Protocol-relative URL support. | Stephen Celis | 2011-02-02 | 1 | -1/+14 |
* | :subdomain, :domain and :tld_length options can now be used in url_for, allow... | Josh Kalderimis | 2010-11-23 | 1 | -1/+22 |
* | Use parentheses when using assert_match followed by a regexp to avoid warnings. | Emilio Tagua | 2010-09-27 | 1 | -1/+1 |
* | Fixed url_for test | Łukasz Strzałkowski | 2010-09-05 | 1 | -1/+1 |
* | Removed deprecated RouteSet API, still many tests fail | Piotr Sarnacki | 2010-09-05 | 1 | -4/+4 |
* | Unify routes naming by renaming router to routes | Piotr Sarnacki | 2010-07-02 | 1 | -1/+1 |
* | URL fragments should not have safe characters escaped. Ref: Appendix A, http:... | Andrew White | 2010-06-25 | 1 | -3/+9 |
* | Make ActionDispatch url_for use HWIA symbolize_keys | Santiago Pastorino | 2010-04-22 | 1 | -3/+7 |
* | Ensure that url_for uses symbolized keys in the controller. [#4391] | J Smith | 2010-04-22 | 1 | -0/+10 |
* | Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a... | Carlhuda | 2010-03-04 | 1 | -2/+2 |
* | Work on deprecating ActionController::Base.relative_url_root | Carlhuda | 2010-03-03 | 1 | -11/+4 |
* | Setting UrlFor in with_routing is no longer needed now that it's not global | Carlhuda | 2010-02-26 | 1 | -4/+5 |
* | WIP: Remove the global router | Carlhuda | 2010-02-25 | 1 | -1/+1 |
* | ActionMailer should depend just on AbstractController. | José Valim | 2010-01-29 | 1 | -0/+272 |