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
...
*
Move RoutesProxy to separate file
Piotr Sarnacki
2010-09-03
1
-32
/
+0
*
This was used only to clear warning in ActionMailer tests, it shouldn't be do...
Piotr Sarnacki
2010-09-03
1
-5
/
+0
*
Refactor RoutesProxy to avoid using _with_routes in helpers
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Refactor ActionMailer to not use hide_actions
Piotr Sarnacki
2010-09-03
1
-1
/
+6
*
Fix generating urls with mounted helpers in view context
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
For view_context we need to initialize RoutesProxy in context of controller, ...
Piotr Sarnacki
2010-09-03
1
-2
/
+4
*
We don't need delegating polymorphic_url and polymorphic_path anymore
Piotr Sarnacki
2010-09-03
1
-10
/
+6
*
Add mounted_helpers to routes
Piotr Sarnacki
2010-09-03
1
-0
/
+59
*
Routes refactoring:
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Extended url_for to handle specifying which router should be used.
Piotr Sarnacki
2010-09-03
1
-12
/
+12
*
Get rid of :skip_prefix options in routes
Piotr Sarnacki
2010-09-03
1
-6
/
+3
*
New way of generating urls for Application from Engine.
Piotr Sarnacki
2010-09-03
1
-2
/
+2
*
Use env['action_dispatch.routes'] to determine if we should generate prefix o...
Piotr Sarnacki
2010-09-03
1
-6
/
+14
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Support routing constraints in functional tests
Andrew White
2010-08-20
1
-2
/
+2
*
Avoid potentially expensive inspect call in router. [#4491 state:resolved]
Samuel Lebeau
2010-08-03
1
-3
/
+6
*
options could be of any kind of Hash (Hash, HashWithIndifferentAccess or Orde...
Santiago Pastorino
2010-07-21
1
-1
/
+1
*
Fixed a globbed route issue where slashes were being escaped, causing assert_...
Brian Rose
2010-07-21
1
-1
/
+2
*
Bump up to rack-mount 0.6.9 and rack-mount-0.6.6.pre removed from action_disp...
Santiago Pastorino
2010-07-15
1
-3
/
+1
*
When a dynamic :controller segment is present in the path add a Regexp constr...
Andrew White
2010-07-07
1
-4
/
+2
*
Recognize should also work with route is wrapped in a constraint.
José Valim
2010-07-06
1
-0
/
+2
*
Fixes for "router" and "routes" terminology
Wincent Colaiuta
2010-07-03
1
-1
/
+1
*
Refactor recall parameter normalization [#5021 state:resolved]
Andrew White
2010-07-03
1
-16
/
+6
*
Fix routes with :controller segment when namespaced [#5034 state:resolved]
José Valim
2010-07-02
1
-17
/
+33
*
Unify routes naming by renaming router to routes
Piotr Sarnacki
2010-07-02
1
-3
/
+3
*
Tidy up valid conditions in router a bit.
José Valim
2010-06-28
1
-2
/
+4
*
Add :controller and :action to the list of valid conditions
Andrew White
2010-06-28
1
-0
/
+1
*
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
[prev]
[next]