| Commit message (Expand) | Author | Age | Files | Lines |
* | Add fake controllers for url rewriter tests | Joshua Peek | 2009-09-06 | 1 | -0/+1 |
* | UrlRewriter#rewrite_url should call #to_param on the value given in :anchor o... | Jeffrey Hardy | 2009-08-26 | 1 | -0/+26 |
* | Cleanup route reloading in tests. Prefer with_routing over using ActionContro... | Joshua Peek | 2009-08-16 | 1 | -70/+71 |
* | Deprecate router generation "best match" sorting | Joshua Peek | 2009-08-09 | 1 | -3/+3 |
* | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -1/+1 |
* | Ensure that when UrlWriter is included in multiple classes, the default_url_o... | Nathan de Vries | 2009-01-28 | 1 | -1/+16 |
* | Fix routing test and add changelog note about draw no longer clearing the rou... | David Heinemeier Hansson | 2008-11-26 | 1 | -0/+1 |
* | Added optimal formatted routes to rails, deprecating the formatted_* methods,... | Aaron Batalion | 2008-11-26 | 1 | -0/+35 |
* | Move controller assertions from base TestCase to AC:: and AV::TestCase | Jeremy Kemper | 2008-11-07 | 1 | -3/+2 |
* | AbstractRequest.relative_url_root is no longer automatically configured by a ... | Joshua Peek | 2008-07-24 | 1 | -28/+27 |
* | Add :trailing_slash option to UrlWriter. Closes #9117 [juanjo.bazan] | Michael Koziarski | 2008-02-18 | 1 | -0/+34 |
* | UrlWriter respects relative_url_root. Closes #10748. | Jeremy Kemper | 2008-01-10 | 1 | -4/+34 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string... | Jeremy Kemper | 2007-10-07 | 1 | -0/+4 |
* | Disable optimisation code for UrlWriter as request.host doesn't make sense th... | Michael Koziarski | 2007-09-17 | 1 | -0/+4 |
* | Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov] | Michael Koziarski | 2007-07-14 | 1 | -0/+10 |
* | Improve UrlRewriter tests. Improve helper test coverage. Closes #7207, #7208,... | Jeremy Kemper | 2007-06-13 | 1 | -0/+10 |
* | Update UrlWriter to accept :anchor parameter. Closes #6771. | Nicholas Seckar | 2007-05-02 | 1 | -0/+13 |
* | Adjust test for unsorted Array#to_query. References #7756. | Jeremy Kemper | 2007-03-11 | 1 | -2/+2 |
* | Allow array and hash query parameters. Array route parameters are converted/t... | Jeremy Kemper | 2007-03-06 | 1 | -10/+51 |
* | Added URL escaping of user and password when used through the UrlWriter | David Heinemeier Hansson | 2007-03-04 | 1 | -1/+8 |
* | Added user/password options for url_for to add http authentication in a URL [... | David Heinemeier Hansson | 2007-03-03 | 1 | -0/+7 |
* | Added :port and :host handling to UrlRewriter (which unified url_for usage, r... | David Heinemeier Hansson | 2007-02-25 | 1 | -0/+26 |
* | Fix doubly appearing parameters due to string and symbol mixups. Closes #2551. | Nicholas Seckar | 2007-01-28 | 1 | -0/+9 |
* | Update Routing to complain when :controller is not specified by a route. Clos... | Nicholas Seckar | 2006-11-22 | 1 | -2/+2 |
* | Update UrlWriter to support :only_path. | Nicholas Seckar | 2006-09-06 | 1 | -2/+24 |
* | More deprecation fun | David Heinemeier Hansson | 2006-09-03 | 1 | -1/+0 |
* | Add UrlWriter to allow writing urls from Mailers and scripts. | Nicholas Seckar | 2006-08-24 | 1 | -0/+65 |
* | New routes implementation. Simpler, faster, easier to understand. The publish... | Jamis Buck | 2006-06-01 | 1 | -17/+0 |
* | Included UrlRewriter tests in rake run and made them not depend on Hash order | David Heinemeier Hansson | 2005-09-15 | 1 | -0/+46 |