1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/routing
Andrew White f4be0041c6 Refactor handling of :only and :except options. The rules are:
1. Don't inherit when specified as an option on a resource
2. Don't push into scope when specified as an option on a resource
2. Resources pull in :only or :except options from scope
3. Either :only or :except in nested scope overwrites parent scope

[#5048 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-07-06 20:46:20 +02:00
..
deprecated_mapper.rb RouteSet should also handle anonymous classes. 2010-07-05 21:44:49 +02:00
mapper.rb Refactor handling of :only and :except options. The rules are: 2010-07-06 20:46:20 +02:00
route.rb Remove invalid conditions from route [#4989 state:resolved] 2010-06-28 12:25:19 +02:00
route_set.rb Recognize should also work with route is wrapped in a constraint. 2010-07-06 00:39:13 +02:00
url_for.rb Unify routes naming by renaming router to routes 2010-07-02 01:51:03 +02:00