aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/url_for.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unnecessary comment.Uģis Ozols2011-11-251-1/+1
* :subdomain can now be specified with a value of false in url_for, allowing fo...Kamil Sobieraj2011-10-041-2/+3
* doc fixesVijay Dev2011-08-281-4/+8
* We actually don't need a reverse_merge! here. dup removed was giving error wi...Arun Agrawal2011-08-121-1/+1
* when calling url_for with a hash, additional (likely unwanted) values (such a...Andrew Kaspick2011-08-111-1/+1
* Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-231-1/+1
* Follow code conventions on docsSebastian Martinez2011-05-101-4/+4
* copy-edits RDoc of 2fe43b6Xavier Noria2010-11-231-2/+3
* :subdomain, :domain and :tld_length options can now be used in url_for, allow...Josh Kalderimis2010-11-231-0/+6
* Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyo...José Valim2010-09-291-1/+5
* Remove more warnings on variables.Emilio Tagua2010-09-281-0/+1
* Define @_routes inside method, makes more sense and will be initialized when ...Emilio Tagua2010-09-271-1/+0
* Initialize @_routes if it doesn't exists.Emilio Tagua2010-09-271-0/+1
* Refactor RoutesProxy to avoid using _with_routes in helpersPiotr Sarnacki2010-09-031-0/+4
* Add mounted_helpers to routesPiotr Sarnacki2010-09-031-21/+7
* Routes refactoring:Piotr Sarnacki2010-09-031-6/+4
* Extended url_for to handle specifying which router should be used.Piotr Sarnacki2010-09-031-16/+29
* New way of generating urls for Application from Engine.Piotr Sarnacki2010-09-031-5/+10
* Allow to generate Application routes inside EnginePiotr Sarnacki2010-09-031-3/+3
* Use env['action_dispatch.routes'] to determine if we should generate prefix o...Piotr Sarnacki2010-09-031-1/+7
* Expanded routing documentation with current best practicesJoost Baaij2010-08-291-5/+4
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-1/+1
* options could be of any kind of Hash (Hash, HashWithIndifferentAccess or Orde...Santiago Pastorino2010-07-211-1/+1
* Moved PolymorphicRoutes to ActionDispatch::RoutingPiotr Sarnacki2010-07-201-0/+1
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-021-1/+1
* Make ActionDispatch url_for use HWIA symbolize_keysSantiago Pastorino2010-04-221-1/+1
* Ensure that url_for uses symbolized keys in the controller. [#4391]J Smith2010-04-221-1/+1
* Update various documentation examples to use new routing DSLAndrew White2010-04-041-1/+1
* ActionController::Resources has gone awayAndrew White2010-03-311-2/+1
* Fix a mistake in the documentation (ht: Evgeniy Dolzhenko) [#4217 state:resol...wycats2010-03-271-1/+1
* skip_relative_url_root url_for option is deadJoshua Peek2010-03-091-2/+0
* RouteSet#rewrite => url_forJoshua Peek2010-03-091-1/+1
* Move AC::UrlRewriter onto route setJoshua Peek2010-03-091-1/+1
* Reinstate default_url_options and remove url_options= writerJeremy Kemper2010-03-081-47/+19
* Now that class_attribute creates an instance method, remove it to avoid depre...wycats2010-03-081-1/+2
* Tweak default_url_options deprecation warningJeremy Kemper2010-03-051-2/+2
* Tweak out url_for uses :script_name and add some testsCarl Lerche2010-03-041-4/+5
* Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a...Carlhuda2010-03-041-1/+5
* The instance_reader of default_url_options needs to not exist.Yehuda Katz2010-02-271-0/+1
* Change the API for setting global options for #url_for to self.url_options = ...Carlhuda2010-02-261-11/+23
* Remove the :use_defaults check in UrlFor#merge optionsCarlhuda2010-02-261-1/+1
* Continued effort to deglobalize the routerCarlhuda2010-02-251-24/+7
* WIP: Remove the global routerCarlhuda2010-02-251-0/+167