1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/associations
2013-06-18 08:53:36 +02:00
..
builder stop adding a new method for touch callbacks 2013-06-11 13:40:39 -07:00
join_dependency stop doing assingments in an iterator 2013-05-17 15:39:39 -07:00
preloader Avoid iterating over records hash when not necessary 2013-04-07 12:14:53 -03:00
alias_tracker.rb
association.rb enhanced comments for foreign_key_present? method 2013-05-23 10:59:41 -04:00
association_scope.rb bind values should not be merged between scopes 2013-06-11 15:13:04 -07:00
belongs_to_association.rb
belongs_to_polymorphic_association.rb
collection_association.rb emphasize that callbacks are called in destroy_all 2013-05-13 11:39:09 -04:00
collection_proxy.rb CollectionProxy#include? returns true and false as documented. 2013-06-18 08:53:36 +02:00
has_and_belongs_to_many_association.rb
has_many_association.rb Fix the :primary_key option for has_many associations. 2013-05-23 07:38:33 +02:00
has_many_through_association.rb
has_one_association.rb Fix #8856 Ensure has_one association=(associate) triggers save. 2013-04-30 16:14:16 -07:00
has_one_through_association.rb
join_dependency.rb just set the default argument, a nil parent should be an error 2013-05-21 20:13:29 -07:00
join_helper.rb
preloader.rb
singular_association.rb
through_association.rb