.. |
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
|
Added test case and fix for proper eager loading associations
|
2011-04-22 12:06:15 -05: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
|
Deprecated support for passing hashes and relations to default_scope, in favour of defining a 'default_scope' class method in the model. See the CHANGELOG for more details.
|
2011-04-12 19:46:04 -07:00 |
has_many_through_associations_test.rb
|
Fix test_associate_existing in has_many_through_associations_test on mysql and postgresql
|
2011-04-17 21:58:47 +01:00 |
has_one_associations_test.rb
|
Deprecated support for passing hashes and relations to default_scope, in favour of defining a 'default_scope' class method in the model. See the CHANGELOG for more details.
|
2011-04-12 19:46:04 -07:00 |
has_one_through_associations_test.rb
|
Added new #update_column method.
|
2011-03-27 21:47:38 -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
|
Refactor test to avoid hackery
|
2011-04-15 02:19:11 +01: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 |