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
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
..
abstract_controller Unify routes naming by renaming router to routes 2010-07-02 01:51:03 +02:00
action_controller Define a convention for descendants and subclasses. 2010-07-05 13:01:27 +02:00
action_dispatch Refactor handling of :only and :except options. The rules are: 2010-07-06 20:46:20 +02:00
action_pack Get ready for beta 4 2010-06-08 14:47:02 -04:00
action_view Unify routes naming by renaming router to routes 2010-07-02 01:51:03 +02:00
abstract_controller.rb Extract assets paths and make them available to Action Mailer as well 2010-06-02 16:49:02 -05:00
action_controller.rb edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord" 2010-06-14 23:22:04 +02:00
action_dispatch.rb Removing Metal from Rails 3. 2010-05-29 20:08:00 +02:00
action_pack.rb Updating copyright dates on all licenses 2010-02-01 10:10:53 +11:00
action_view.rb Revert "Moved encoding work in progress to a feature branch." 2010-05-17 19:41:54 +04:00