aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/url_for_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Filter params that return nil for to_param and allow through false valuesAndrew White2011-03-091-0/+8
* Protocol-relative URL support.Stephen Celis2011-02-021-1/+14
* :subdomain, :domain and :tld_length options can now be used in url_for, allow...Josh Kalderimis2010-11-231-1/+22
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-1/+1
* Fixed url_for testŁukasz Strzałkowski2010-09-051-1/+1
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-4/+4
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-021-1/+1
* URL fragments should not have safe characters escaped. Ref: Appendix A, http:...Andrew White2010-06-251-3/+9
* Make ActionDispatch url_for use HWIA symbolize_keysSantiago Pastorino2010-04-221-3/+7
* Ensure that url_for uses symbolized keys in the controller. [#4391]J Smith2010-04-221-0/+10
* Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a...Carlhuda2010-03-041-2/+2
* Work on deprecating ActionController::Base.relative_url_rootCarlhuda2010-03-031-11/+4
* Setting UrlFor in with_routing is no longer needed now that it's not globalCarlhuda2010-02-261-4/+5
* WIP: Remove the global routerCarlhuda2010-02-251-1/+1
* ActionMailer should depend just on AbstractController.José Valim2010-01-291-0/+272