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
Joshua Peek 8a50f8a545 Revert "Fix instance_eval calls to association proxies"
I think it may of broke the build. Lets see.

This reverts commit 49e943c4f0.

Conflicts:

	activerecord/test/cases/associations/has_many_associations_test.rb
2009-12-12 19:58:54 -06:00
..
association_collection.rb Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks 2009-10-12 22:15:43 -05:00
association_proxy.rb Revert "Fix instance_eval calls to association proxies" 2009-12-12 19:58:54 -06:00
belongs_to_association.rb Remove whitespace. 2009-08-19 11:09:12 -03:00
belongs_to_polymorphic_association.rb Add primary_key option to belongs_to association 2009-07-15 18:13:32 -07:00
has_and_belongs_to_many_association.rb Revert "Revert "Assert primary key does not exist in habtm when the association is defined, instead of doing that everytime a record is inserted."" 2009-11-23 10:42:32 -08:00
has_many_association.rb Revert "Split arel_table into method to get a relation and another to memoize the default relation." 2009-11-13 15:30:51 -08:00
has_many_through_association.rb Merge commit 'rails/master' 2009-08-10 18:19:24 -03:00
has_one_association.rb Make has_one with :conditions hash scope build or creation of the associated object with those conditions 2009-09-28 14:50:33 +13:00
has_one_through_association.rb Allow ho:through#build when the owner is a new record [#1749 state:resolved] 2009-08-10 00:46:16 +01:00
through_association_scope.rb Merge commit 'rails/master' 2009-08-10 18:07:33 -03:00