mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
ad4ea98090
Callback order in Active Record objects are important. Users should not
define callbacks before the association definition or surprising
behaviours like the described at #3798 will happen. This callback order
dependency is documented at
|
||
---|---|---|
.. | ||
association_scope_test.rb | ||
belongs_to_associations_test.rb | ||
callbacks_test.rb | ||
cascaded_eager_loading_test.rb | ||
deprecated_counter_cache_on_has_many_through_test.rb | ||
eager_load_includes_full_sti_class_test.rb | ||
eager_load_nested_include_test.rb | ||
eager_singularization_test.rb | ||
eager_test.rb | ||
extension_test.rb | ||
has_and_belongs_to_many_associations_test.rb | ||
has_many_associations_test.rb | ||
has_many_through_associations_test.rb | ||
has_one_associations_test.rb | ||
has_one_through_associations_test.rb | ||
inner_join_association_test.rb | ||
inverse_associations_test.rb | ||
join_model_test.rb | ||
nested_through_associations_test.rb | ||
required_test.rb |