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_controller
José Valim a5dda97602 Define a convention for descendants and subclasses.
The former should be symmetric with ancestors and include all children. However, it should not include self since ancestors + descendants should not have duplicated. The latter is symmetric to superclass in the sense it only includes direct children.

By adopting a convention, we expect to have less conflict with other frameworks, as Datamapper. For this moment, to ensure ActiveModel::Validations can be used with Datamapper, we should always call ActiveSupport::DescendantsTracker.descendants(self) internally instead of self.descendants avoiding conflicts.
2010-07-05 13:01:27 +02:00
..
caching cache_sweeper yields blank output 2010-06-08 23:20:04 +02:00
deprecated Fixes for "router" and "routes" terminology 2010-07-03 22:42:31 +02:00
metal Fixes for "router" and "routes" terminology 2010-07-03 22:42:31 +02:00
railties Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
vendor Strip_tags never ending attribute should not raise a TypeError [#4870 state:resolved] 2010-06-28 11:40:27 +02:00
base.rb Define a convention for descendants and subclasses. 2010-07-05 13:01:27 +02:00
caching.rb Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
deprecated.rb Make ActionController::Routing::Routes a DeprecatedProxy 2010-02-26 17:31:32 -08:00
log_subscriber.rb Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
metal.rb Fixes for "router" and "routes" terminology 2010-07-03 22:42:31 +02:00
middleware.rb Simplify the action endpoint: 2010-03-08 16:50:00 -08:00
polymorphic_routes.rb Make polymorphic_url and scaffolding work with uncountable resources [#3930 state:resolved] 2010-06-20 00:15:41 +02:00
railtie.rb Define a convention for descendants and subclasses. 2010-07-05 13:01:27 +02:00
record_identifier.rb Make polymorphic_url and scaffolding work with uncountable resources [#3930 state:resolved] 2010-06-20 00:15:41 +02:00
test_case.rb Sessions should not be created until written to and session data should be destroyed on reset. 2010-06-23 11:56:35 -07:00