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_controller
/
metal
/
url_for.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Multiple changes to 1,9 hash syntax
AvnerCohen
2012-10-27
1
-1
/
+1
*
Fix handling SCRIPT_NAME from within mounted engine's
Piotr Sarnacki
2012-08-11
1
-2
/
+8
*
Renamed _path_segments to _recall
Bogdan Gusiev
2012-08-04
1
-1
/
+1
*
Removing ==Examples and last blank lines of docs from actionpack
Francesco Rodriguez
2012-05-15
1
-3
/
+0
*
Clean up module docs [ci skip]
Vijay Dev
2012-03-07
1
-21
/
+21
*
Can't cache url_options on a controller level
Piotr Sarnacki
2012-03-02
1
-11
/
+12
*
Optimize path helpers.
José Valim
2012-03-02
1
-16
/
+14
*
deletes spurious arrow
Xavier Noria
2011-08-27
1
-1
/
+1
*
minor edits after going through what's new in docrails
Xavier Noria
2011-05-14
1
-4
/
+7
*
added an example for AC::UrlFor usage to make usage simpler.
Nick Sutterer
2011-05-12
1
-1
/
+13
*
added docs for AbC::UrlFor and AC::UrlFor.
Nick Sutterer
2011-05-12
1
-0
/
+6
*
:subdomain, :domain and :tld_length options can now be used in url_for, allow...
Josh Kalderimis
2010-11-23
1
-1
/
+3
*
Do not cache the script name outcome.
José Valim
2010-09-27
1
-9
/
+11
*
Cache url_options on a per-request basis.
thedarkone
2010-09-27
1
-9
/
+11
*
Refactor ActionMailer to not use hide_actions
Piotr Sarnacki
2010-09-03
1
-14
/
+1
*
Fix generating urls with mounted helpers in view context
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Ensure that env is always available in controllers
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Added some more tests for url generation between Engine and Application
Piotr Sarnacki
2010-09-03
1
-4
/
+4
*
Get rid of :skip_prefix options in routes
Piotr Sarnacki
2010-09-03
1
-8
/
+4
*
New way of generating urls for Application from Engine.
Piotr Sarnacki
2010-09-03
1
-2
/
+11
*
Fixes for "router" and "routes" terminology
Wincent Colaiuta
2010-07-03
1
-2
/
+2
*
Unify routes naming by renaming router to routes
Piotr Sarnacki
2010-07-02
1
-4
/
+4
*
Make named helpers unprotected without becoming actions [#4696 state:resolved]
wycats
2010-06-07
1
-0
/
+8
*
Refactor the RouteSet so it uses a Generator object instead of one huge method.
wycats
2010-03-09
1
-1
/
+0
*
Tweak out url_for uses :script_name and add some tests
Carl Lerche
2010-03-04
1
-5
/
+1
*
Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a...
Carlhuda
2010-03-04
1
-1
/
+1
*
Work on deprecating ActionController::Base.relative_url_root
Carlhuda
2010-03-03
1
-0
/
+4
*
Change the API for setting global options for #url_for to self.url_options = ...
Carlhuda
2010-02-26
1
-1
/
+1
*
Rename named_url_helpers to url_helpers and url_helpers to url_for
Carlhuda
2010-02-26
1
-1
/
+1
*
Continued effort to deglobalize the router
Carlhuda
2010-02-25
1
-0
/
+21
*
WIP: Remove the global router
Carlhuda
2010-02-25
1
-165
/
+0
*
Use ActionDispatch::Routing everywhere
Martin Schürrer
2010-02-21
1
-2
/
+2
*
Make UrlWriter includable in a Module
Jeremy Kemper
2010-02-05
1
-1
/
+9
*
Convert to class_attribute
Jeremy Kemper
2010-02-01
1
-3
/
+4
*
ActionMailer should depend just on AbstractController.
José Valim
2010-01-29
1
-4
/
+145
*
Remove duplicated url_for code and move methods shared between ActionMailer a...
José Valim
2010-01-07
1
-32
/
+6
*
Rename RackConvenience => RackDelegation
Joshua Peek
2009-12-20
1
-1
/
+1
*
More perf work:
Yehuda Katz
2009-08-11
1
-9
/
+1
*
Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...
Yehuda Katz
2009-08-06
1
-0
/
+49