1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/associations
Sebastian Martinez 45c233ef81 Removed #update_attribute method. New #update_column method.
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2011-03-26 12:09:04 -03:00
..
belongs_to_associations_test.rb Split AssociationProxy into an Association class (and subclasses) which manages the association, and a CollectionProxy class which is *only* a proxy. Singular associations no longer have a proxy. See CHANGELOG for more. 2011-02-18 00:00:13 +00:00
callbacks_test.rb Verify that when has_many associated objects are destroyed via :dependent => :destroy, when the parent is destroyed, the callbacks are run 2010-12-31 20:00:44 +00:00
cascaded_eager_loading_test.rb Fix bug with 0bb85ed9ff which missed out a fixtures declaration in cascaded_eager_loading_test.rb 2010-11-17 15:52:18 -08:00
eager_load_includes_full_sti_class_test.rb Clear IdentityMap before continue this test, we can do this here because store_full_sti_class is not supposed to change during "runtime". 2010-11-19 19:08:56 -03:00
eager_load_nested_include_test.rb require tag since we need it for this test 2011-02-07 16:09:33 -08:00
eager_singularization_test.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00
eager_test.rb When preloading has_and_belongs_to_many associations, we should only instantiate one AR object per actual record in the database. (Even when IM is off.) 2011-03-04 22:33:16 +00:00
extension_test.rb Use proper objects to do the work to build the associations (adding methods, callbacks etc) rather than calling a whole bunch of methods with rather long names. 2011-02-21 10:16:15 -08:00
habtm_join_table_test.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_and_belongs_to_many_associations_test.rb Removed #update_attribute method. New #update_column method. 2011-03-26 12:09:04 -03:00
has_many_associations_test.rb Removed #update_attribute method. New #update_column method. 2011-03-26 12:09:04 -03:00
has_many_through_associations_test.rb Removed #update_attribute method. New #update_column method. 2011-03-26 12:09:04 -03:00
has_one_associations_test.rb Split AssociationProxy into an Association class (and subclasses) which manages the association, and a CollectionProxy class which is *only* a proxy. Singular associations no longer have a proxy. See CHANGELOG for more. 2011-02-18 00:00:13 +00:00
has_one_through_associations_test.rb Removed #update_attribute method. New #update_column method. 2011-03-26 12:09:04 -03:00
identity_map_test.rb Don't use skip, just don't run anything, we don't have skip in Ruby 1.8 2011-02-18 16:20:15 -03:00
inner_join_association_test.rb Add missing require 2011-02-13 02:38:31 -02:00
inverse_associations_test.rb Split AssociationProxy into an Association class (and subclasses) which manages the association, and a CollectionProxy class which is *only* a proxy. Singular associations no longer have a proxy. See CHANGELOG for more. 2011-02-18 00:00:13 +00:00
join_model_test.rb Removed #update_attribute method. New #update_column method. 2011-03-26 12:09:04 -03:00
nested_through_associations_test.rb Fix tests under postgres - we should always put conditions in the WHERE part not in ON constraints because postgres requires that the table has been joined before the condition references it. 2011-03-12 09:32:20 +00:00