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
*
Merge remote branch 'miloops/warnings'
José Valim
2010-09-29
1
-1
/
+1
|
\
|
*
Use redefine_method instead define_method, it may be already defined.
Emilio Tagua
2010-09-28
1
-1
/
+1
|
*
Move uri parser to AS as URI.parser method to reuse it in AP and ARes.
Emilio Tagua
2010-09-27
1
-8
/
+2
*
|
Move uri parser to AS as URI.parser method to reuse it in AP and ARes.
Emilio Tagua
2010-09-28
1
-8
/
+2
*
|
Fix tests on 1.9.2.
José Valim
2010-09-28
1
-5
/
+0
*
|
Properly initialize variables inside the initialize method.
José Valim
2010-09-27
1
-3
/
+8
|
/
*
Define @_routes inside method, makes more sense and will be initialized when ...
Emilio Tagua
2010-09-27
1
-1
/
+1
*
Remove warning "URI.unescape is obsolete" from actionpack.
Emilio Tagua
2010-09-27
1
-4
/
+2
*
Merge remote branch 'miloops/warnings'
José Valim
2010-09-27
1
-2
/
+12
|
\
|
*
Remove old method before redefining it.
Emilio Tagua
2010-09-27
1
-0
/
+2
|
*
Remove warning "URI.unescape is obsolete" from actionpack.
Emilio Tagua
2010-09-27
1
-2
/
+10
*
|
Hash#empty? is faster than Enumerable#any? when used on a Hash.
thedarkone
2010-09-27
1
-1
/
+1
*
|
No need to create a separate lambda for each call.
thedarkone
2010-09-27
1
-15
/
+14
|
/
*
Refactor routing methods.
Emilio Tagua
2010-09-22
1
-6
/
+1
*
Add RouteSet#append
Carl Lerche
2010-09-17
1
-4
/
+12
*
Change app to main_app in mounted_helpers
Piotr Sarnacki
2010-09-08
1
-1
/
+1
*
Do not require passing :app to mounted helpers, it's actually useless and not...
Piotr Sarnacki
2010-09-08
1
-1
/
+1
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-9
/
+3
*
Implemented RouteSet#default_scope, which allows to set the scope for the ent...
Piotr Sarnacki
2010-09-03
1
-2
/
+6
*
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
[next]