| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that when UrlWriter is included in multiple classes, the default_url_o... | Nathan de Vries | 2009-01-28 | 1 | -6/+3 |
* | Merge docrails changes | Pratik Naik | 2008-07-28 | 1 | -10/+87 |
* | AbstractRequest.relative_url_root is no longer automatically configured by a ... | Joshua Peek | 2008-07-24 | 1 | -3/+3 |
* | Merge docrails: | Pratik Naik | 2008-05-09 | 1 | -7/+7 |
* | Improve documentation coverage and markup | Xavier Noria | 2008-05-02 | 1 | -7/+10 |
* | Docfix (closes #11249) [juanjo.bazan] | David Heinemeier Hansson | 2008-03-15 | 1 | -0/+2 |
* | Add :trailing_slash option to UrlWriter. Closes #9117 [juanjo.bazan] | Michael Koziarski | 2008-02-18 | 1 | -2/+3 |
* | UrlWriter respects relative_url_root. Closes #10748. | Jeremy Kemper | 2008-01-10 | 1 | -28/+29 |
* | Re-enable Routing optimisation code for _url methods, add defined?(request) t... | Michael Koziarski | 2007-09-28 | 1 | -5/+1 |
* | Disable optimisation code for UrlWriter as request.host doesn't make sense th... | Michael Koziarski | 2007-09-17 | 1 | -1/+5 |
* | Add missing sentence | Michael Koziarski | 2007-08-17 | 1 | -3/+1 |
* | Improve url_for documentation for ActionController::Base and UrlRewriter. Cl... | Michael Koziarski | 2007-08-17 | 1 | -6/+19 |
* | Make :trailing_slash work with query parameters for url_for. Closes #4004 [nov] | Michael Koziarski | 2007-07-14 | 1 | -3/+3 |
* | Add ActionController::Routing::Helpers, a module to contain common URL helper... | Nicholas Seckar | 2007-05-12 | 1 | -1/+1 |
* | Update UrlWriter to accept :anchor parameter. Closes #6771. | Nicholas Seckar | 2007-05-02 | 1 | -0/+2 |
* | documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana... | Rick Olson | 2007-03-27 | 1 | -0/+2 |
* | Added URL escaping of user and password when used through the UrlWriter | David Heinemeier Hansson | 2007-03-04 | 1 | -1/+1 |
* | Added user/password options for url_for to add http authentication in a URL [... | David Heinemeier Hansson | 2007-03-03 | 1 | -13/+23 |
* | Added :port and :host handling to UrlRewriter (which unified url_for usage, r... | David Heinemeier Hansson | 2007-02-25 | 1 | -2/+4 |
* | Fix doubly appearing parameters due to string and symbol mixups. Closes #2551. | Nicholas Seckar | 2007-01-28 | 1 | -1/+1 |
* | Update UrlWriter to support :only_path. | Nicholas Seckar | 2006-09-06 | 1 | -6/+11 |
* | Add UrlWriter to allow writing urls from Mailers and scripts. | Nicholas Seckar | 2006-08-24 | 1 | -1/+55 |
* | Add route_name_path method to generate only the path for a named routes. For ... | Nicholas Seckar | 2006-06-30 | 1 | -1/+1 |
* | Tweaks to integration tests and url rewriter for further compatibility with n... | Jamis Buck | 2006-06-01 | 1 | -1/+1 |
* | New routes implementation. Simpler, faster, easier to understand. The publish... | Jamis Buck | 2006-06-01 | 1 | -27/+2 |
* | Symbolize the keys of overwritten parameters. Really closes #1909. | Nicholas Seckar | 2005-09-07 | 1 | -1/+1 |
* | Fix overwrite params. Closes #1909 | Nicholas Seckar | 2005-09-06 | 1 | -0/+4 |
* | Improved performance with 5-30% through a series of Action Pack optimizations... | David Heinemeier Hansson | 2005-07-23 | 1 | -4/+9 |
* | Fix last changeset to pass unittests | Nicholas Seckar | 2005-07-18 | 1 | -5/+5 |
* | Fixed construction of get parameters for arrays | Nicholas Seckar | 2005-07-18 | 1 | -14/+10 |
* | r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700 | Jeremy Kemper | 2005-06-29 | 1 | -1/+0 |
* | Improved performance of Routes generation by a factor of 5 #1434 [Nicholas Se... | David Heinemeier Hansson | 2005-06-24 | 1 | -11/+9 |
* | Fixed page caching for non-vhost applications living underneath the root #100... | David Heinemeier Hansson | 2005-04-17 | 1 | -2/+2 |
* | Fixed :overwrite_param so it doesn't delete but reject elements from @request... | David Heinemeier Hansson | 2005-04-02 | 1 | -1/+1 |
* | Added :owerwrite_params back to url_for and friends -- it was AWL since the i... | David Heinemeier Hansson | 2005-03-27 | 1 | -1/+8 |
* | Whitespace flicker | David Heinemeier Hansson | 2005-03-26 | 1 | -1/+0 |
* | Added trailing_slash option to url_for, so you can generate urls ending in a ... | David Heinemeier Hansson | 2005-03-26 | 1 | -1/+2 |
* | Removed old UrlWriter methods that are no longer in use after Routes #942 | David Heinemeier Hansson | 2005-03-26 | 1 | -45/+4 |
* | Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa... | David Heinemeier Hansson | 2005-03-20 | 1 | -3/+4 |
* | Added to_param call for parameters when composing an url using url_for from s... | David Heinemeier Hansson | 2005-03-20 | 1 | -1/+1 |
* | Removed unused methods in url_rewriting.rb #701 | David Heinemeier Hansson | 2005-02-24 | 1 | -36/+2 |
* | Redirects to root should be / not "" | David Heinemeier Hansson | 2005-02-21 | 1 | -0/+1 |
* | Never end generated paths with a '/' #683 | David Heinemeier Hansson | 2005-02-20 | 1 | -2/+2 |
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 1 | -74/+22 |
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 1 | -12/+11 |
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 1 | -11/+12 |
* | Fixed whitespace | David Heinemeier Hansson | 2005-02-11 | 1 | -7/+8 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -1/+1 |
* | Added :application_prefix to url_for and friends that makes it easier to setu... | David Heinemeier Hansson | 2005-01-24 | 1 | -1/+2 |
* | Added arrays as a value option for params in url_for and friends #467 [Eric A... | David Heinemeier Hansson | 2005-01-13 | 1 | -1/+6 |