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
2012-02-27 16:48:34 -08:00
..
builder Use human attribute name to show the dependent destroy message 2012-02-01 17:03:15 -02:00
join_dependency Avoid sanitize_sql when we can use Relation#where instead 2012-01-16 21:17:18 +00:00
preloader Avoid sanitize_sql when we can use Relation#where instead 2012-01-16 21:17:18 +00:00
alias_tracker.rb fix associations when using per class databases 2012-02-10 17:41:01 -05:00
association.rb added failing tests for has_many, has_one and belongs_to associations with strict mass assignment sanitizer, fixed build_record to not merge creation_attributes, removed failing nested attributes tests (that feature was broken anyway) #4051 2011-12-21 21:10:15 +01:00
association_scope.rb Revert "only mutate the scope object in the bind method" 2012-02-27 16:48:34 -08:00
belongs_to_association.rb
belongs_to_polymorphic_association.rb
collection_association.rb ids_reader method fixed, test added to has_many association 2012-01-31 11:52:23 +02:00
collection_proxy.rb Don't instantiate two objects in collection proxy / find_or_instantiator_by 2012-01-19 17:13:06 +00:00
has_and_belongs_to_many_association.rb Fix #3672 again (dependent: delete_all perf) 2011-12-14 19:20:19 +00:00
has_many_association.rb Fix #3672 again (dependent: delete_all perf) 2011-12-14 19:20:19 +00:00
has_many_through_association.rb Fix #3672 again (dependent: delete_all perf) 2011-12-14 19:20:19 +00:00
has_one_association.rb
has_one_through_association.rb
join_dependency.rb fix associations when using per class databases 2012-02-10 17:41:01 -05:00
join_helper.rb Avoid sanitize_sql when we can use Relation#where instead 2012-01-16 21:17:18 +00:00
preloader.rb
singular_association.rb
through_association.rb