index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
routing
/
url_for.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyo...
José Valim
2010-09-29
1
-1
/
+5
*
Remove more warnings on variables.
Emilio Tagua
2010-09-28
1
-0
/
+1
*
Define @_routes inside method, makes more sense and will be initialized when ...
Emilio Tagua
2010-09-27
1
-1
/
+0
*
Initialize @_routes if it doesn't exists.
Emilio Tagua
2010-09-27
1
-0
/
+1
*
Refactor RoutesProxy to avoid using _with_routes in helpers
Piotr Sarnacki
2010-09-03
1
-0
/
+4
*
Add mounted_helpers to routes
Piotr Sarnacki
2010-09-03
1
-21
/
+7
*
Routes refactoring:
Piotr Sarnacki
2010-09-03
1
-6
/
+4
*
Extended url_for to handle specifying which router should be used.
Piotr Sarnacki
2010-09-03
1
-16
/
+29
*
New way of generating urls for Application from Engine.
Piotr Sarnacki
2010-09-03
1
-5
/
+10
*
Allow to generate Application routes inside Engine
Piotr Sarnacki
2010-09-03
1
-3
/
+3
*
Use env['action_dispatch.routes'] to determine if we should generate prefix o...
Piotr Sarnacki
2010-09-03
1
-1
/
+7
*
Expanded routing documentation with current best practices
Joost Baaij
2010-08-29
1
-5
/
+4
*
edit pass to apply API guideline wrt the use of "# =>" in example code
Xavier Noria
2010-07-30
1
-1
/
+1
*
options could be of any kind of Hash (Hash, HashWithIndifferentAccess or Orde...
Santiago Pastorino
2010-07-21
1
-1
/
+1
*
Moved PolymorphicRoutes to ActionDispatch::Routing
Piotr Sarnacki
2010-07-20
1
-0
/
+1
*
Unify routes naming by renaming router to routes
Piotr Sarnacki
2010-07-02
1
-1
/
+1
*
Make ActionDispatch url_for use HWIA symbolize_keys
Santiago Pastorino
2010-04-22
1
-1
/
+1
*
Ensure that url_for uses symbolized keys in the controller. [#4391]
J Smith
2010-04-22
1
-1
/
+1
*
Update various documentation examples to use new routing DSL
Andrew White
2010-04-04
1
-1
/
+1
*
ActionController::Resources has gone away
Andrew White
2010-03-31
1
-2
/
+1
*
Fix a mistake in the documentation (ht: Evgeniy Dolzhenko) [#4217 state:resol...
wycats
2010-03-27
1
-1
/
+1
*
skip_relative_url_root url_for option is dead
Joshua Peek
2010-03-09
1
-2
/
+0
*
RouteSet#rewrite => url_for
Joshua Peek
2010-03-09
1
-1
/
+1
*
Move AC::UrlRewriter onto route set
Joshua Peek
2010-03-09
1
-1
/
+1
*
Reinstate default_url_options and remove url_options= writer
Jeremy Kemper
2010-03-08
1
-47
/
+19
*
Now that class_attribute creates an instance method, remove it to avoid depre...
wycats
2010-03-08
1
-1
/
+2
*
Tweak default_url_options deprecation warning
Jeremy Kemper
2010-03-05
1
-2
/
+2
*
Tweak out url_for uses :script_name and add some tests
Carl Lerche
2010-03-04
1
-4
/
+5
*
Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a...
Carlhuda
2010-03-04
1
-1
/
+5
*
The instance_reader of default_url_options needs to not exist.
Yehuda Katz
2010-02-27
1
-0
/
+1
*
Change the API for setting global options for #url_for to self.url_options = ...
Carlhuda
2010-02-26
1
-11
/
+23
*
Remove the :use_defaults check in UrlFor#merge options
Carlhuda
2010-02-26
1
-1
/
+1
*
Continued effort to deglobalize the router
Carlhuda
2010-02-25
1
-24
/
+7
*
WIP: Remove the global router
Carlhuda
2010-02-25
1
-0
/
+167