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
/
route_set.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove invalid conditions from route [#4989 state:resolved]
Andrew White
2010-06-28
1
-2
/
+3
*
Vendor unreleased rack-mount 0.6.6.pre dependency
Jeremy Kemper
2010-06-27
1
-1
/
+3
*
Normalize recall params when the route is not a standard route otherwise :con...
Andrew White
2010-06-27
1
-3
/
+26
*
URL fragments should not have safe characters escaped. Ref: Appendix A, http:...
Andrew White
2010-06-25
1
-1
/
+1
*
Make named helpers unprotected without becoming actions [#4696 state:resolved]
wycats
2010-06-07
1
-1
/
+4
*
Optimize LookupContext
wycats
2010-06-04
1
-3
/
+10
*
No need to unescape params twice if we came from Rack::Mount
wycats
2010-06-04
1
-7
/
+7
*
RouteSet does not raise ActionController::RoutingError when no routes match a...
Carl Lerche
2010-04-30
1
-5
/
+0
*
add missing requires to Rescuable and RouteSet [#4415 state:committed]
Mislav Marohnić
2010-04-16
1
-0
/
+1
*
* Change the object used in routing constraints to be an instance of
wycats
2010-04-03
1
-3
/
+7
*
Remove routing implementation details from RDoc
Andrew White
2010-03-31
1
-2
/
+2
*
Protect routes again so they don't end up as actions. We need a better soluti...
wycats
2010-03-23
1
-0
/
+1
*
We seem to have removed the URL helpers from ActionView subclasses...
wycats
2010-03-18
1
-0
/
+1
*
Install url helpers on module instance so they can be accessed
Joshua Peek
2010-03-17
1
-5
/
+13
*
Do not always include the named URL helpers into AC::Base and AV::Base.
Carl Lerche
2010-03-16
1
-1
/
+0
*
Make RouteSet#finalize! a NOOP if it's been called already. Call finalize! th...
Carl Lerche
2010-03-16
1
-0
/
+5
*
skip_relative_url_root url_for option is dead
Joshua Peek
2010-03-09
1
-1
/
+1
*
Allow default_url_options to be set on route set
Joshua Peek
2010-03-09
1
-0
/
+4
*
RouteSet#rewrite => url_for
Joshua Peek
2010-03-09
1
-2
/
+1
*
Unused RouteSet#url_for is hogging a good method name
Joshua Peek
2010-03-09
1
-13
/
+4
*
Move AC::UrlRewriter onto route set
Joshua Peek
2010-03-09
1
-0
/
+56
*
Refactor the RouteSet so it uses a Generator object instead of one huge method.
wycats
2010-03-09
1
-87
/
+109
*
Remove outdated, distracting commented code
Jeremy Kemper
2010-03-08
1
-25
/
+0
*
Add support for mount RackApp, :at => "/sprockets" with a shorthand of mount ...
Carlhuda
2010-03-08
1
-2
/
+2
*
Remove the ability to set the mountpoint when initializing a route set.
Carl Lerche
2010-03-04
1
-4
/
+3
*
Tweak out url_for uses :script_name and add some tests
Carl Lerche
2010-03-04
1
-6
/
+6
*
Have ActionDispatch::Routing::RouteSet.new ready to receive routes as is.
Carl Lerche
2010-03-04
1
-0
/
+1
*
Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a...
Carlhuda
2010-03-04
1
-1
/
+4
*
Remove implicit controller namespacing from new dsl
Joshua Peek
2010-02-28
1
-22
/
+2
*
If IntegrationSession is initialized with an objects that responds to #routes...
Carlhuda
2010-02-26
1
-1
/
+0
*
Rename named_url_helpers to url_helpers and url_helpers to url_for
Carlhuda
2010-02-26
1
-6
/
+5
*
Continued effort to deglobalize the router
Carlhuda
2010-02-25
1
-18
/
+5
*
WIP: Remove the global router
Carlhuda
2010-02-25
1
-0
/
+30
*
Merge master.
José Valim
2010-02-17
1
-1
/
+1
|
\
|
*
rack-mount 0.5 support
Joshua Peek
2010-02-15
1
-1
/
+1
*
|
Make Railties tests green again.
José Valim
2010-02-17
1
-7
/
+12
*
|
Do not swallow controller loading errors unless required.
José Valim
2010-02-16
1
-10
/
+4
|
/
*
Routes should not swallow all NameErrors [#3862 status:resolved].
José Valim
2010-02-06
1
-1
/
+2
*
Ensure namespaced controllers in engines work.
José Valim
2010-01-24
1
-21
/
+7
*
Respect resources_path_names and :path_names options in new dsl
Joshua Peek
2010-01-13
1
-2
/
+9
*
Ensure that segments in default_url_options also work with format specified.
José Valim
2010-01-07
1
-2
/
+2
*
From now on, parameters defined in default_url_options can be absent from nam...
José Valim
2010-01-07
1
-21
/
+51
*
Allow named routes to be debugged.
José Valim
2010-01-06
1
-23
/
+20
*
Remove deprecated formatted named routes
José Valim
2010-01-04
1
-8
/
+0
*
rack-mount 0.4
Joshua Peek
2009-12-26
1
-1
/
+1
*
Shift more responsibility from application class to its singleton instance. T...
Jeremy Kemper
2009-12-23
1
-1
/
+1
*
Less annoying RoutingError message
Joshua Peek
2009-12-21
1
-2
/
+2
*
Move route reloading into railties
Joshua Peek
2009-12-14
1
-88
/
+21
*
Fix loading plugin and engine route sets
Joshua Peek
2009-12-14
1
-5
/
+20
*
Use rackmounts recognize api and don't piggyback recognize_path on
Joshua Peek
2009-12-11
1
-20
/
+29
[next]