..
builder
Merge pull request #4835 from pacoguzman/refactor_define_restrict_dependency_method
2012-05-19 06:16:10 -07:00
join_dependency
Revert "Merge pull request #5494 from armstrjare/active_record_relation_keep_association_join_context_on_merge"
2012-05-05 21:36:24 +01:00
preloader
Fix #5667 . Preloading should ignore scoping.
2012-03-30 16:19:32 +01:00
alias_tracker.rb
fix associations when using per class databases
2012-02-10 17:41:01 -05:00
association.rb
Revert "Remove blank trailing comments"
2012-05-23 22:43:08 +05:30
association_scope.rb
remove apply_finder_options call from AssociationScope
2012-04-13 13:17:43 +01:00
belongs_to_association.rb
@stale_state should be nil when a model isn't saved.
2012-04-13 02:25:13 +09:00
belongs_to_polymorphic_association.rb
@stale_state should be nil when a model isn't saved.
2012-04-13 02:25:13 +09:00
collection_association.rb
Add support for CollectionAssociation#delete by Fixnum or String
2012-05-28 19:57:43 -05:00
collection_proxy.rb
Add support for CollectionAssociation#delete by Fixnum or String
2012-05-28 19:57:43 -05:00
has_and_belongs_to_many_association.rb
fix #delete_all with habtm with :delete_sql
2012-05-18 21:11:34 +01:00
has_many_association.rb
Perf: Don't load the association for #delete_all.
2012-05-18 20:57:32 +01:00
has_many_through_association.rb
no longer need #delete_all_on_destroy
2012-05-18 21:07:21 +01:00
has_one_association.rb
Only call set_owner_attributes for has_one association if target exists.
2011-07-04 18:43:09 +02:00
has_one_through_association.rb
Merge branch 'master' into nested_has_many_through
2011-03-04 09:30:27 +00:00
join_dependency.rb
Revert "Merge pull request #5494 from armstrjare/active_record_relation_keep_association_join_context_on_merge"
2012-05-05 21:36:24 +01:00
join_helper.rb
Avoid sanitize_sql when we can use Relation#where instead
2012-01-16 21:17:18 +00:00
preloader.rb
Fix AR preloader example
2012-05-22 01:37:03 +04:00
singular_association.rb
Ensure that the foreign key gets set when doing record.create_association or record.create_association. Fixes #1960 .
2011-07-08 21:03:54 +01:00
through_association.rb
@stale_state should be nil when a model isn't saved.
2012-04-13 02:25:13 +09:00