.. |
belongs_to_associations_test.rb
|
Handle polymorphic_type NOT NULL-able columns as well.
|
2011-05-21 15:18:09 +02: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
|
Bug fixes:
|
2011-05-12 04:05:24 +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
|
|
|
eager_test.rb
|
fixing more test warnings in 1.9.3
|
2011-04-30 17:40:53 -07: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
|
Added new #update_column method.
|
2011-03-27 21:47:38 -03:00 |
has_many_associations_test.rb
|
Fix problem with loading polymorphic associations which have been defined in an abstract superclass. Fixes #552.
|
2011-05-22 21:25:02 +01:00 |
has_many_through_associations_test.rb
|
fixing more test warnings in 1.9.3
|
2011-04-30 17:40:53 -07:00 |
has_one_associations_test.rb
|
Add block setting of attributes to singular associations
|
2011-05-17 22:16:24 +01:00 |
has_one_through_associations_test.rb
|
Don't use select() values from the join model of a through association. Fixes #508.
|
2011-05-11 08:56:01 +01: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
|
Fixed InnerJoinAssociationTest. Need to load essays fixture.
|
2011-05-17 20:29:28 +05:30 |
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
|
Refactoring test_has_many_with_pluralize_table_names_false test
|
2011-05-20 01:53:13 -05: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 |