.. |
belongs_to_associations_test.rb
|
Removed duplicated tests [#3026 state:resolved]
|
2009-08-10 00:08:40 +01:00 |
callbacks_test.rb
|
Make HABTM#create behave the same as << with after_add callbacks. Closes #11374 [freels]
|
2008-04-04 14:37:22 +00:00 |
cascaded_eager_loading_test.rb
|
Added eager loading support to Relation and ActiveRecord#all.
|
2009-10-05 15:24:08 -03:00 |
eager_load_includes_full_sti_class_test.rb
|
Make sure association preloading works with full STI class name [#465 state:Resolved]
|
2008-07-18 03:44:44 +01:00 |
eager_load_nested_include_test.rb
|
Don't use local vars before testing its conditional.
|
2009-08-03 13:59:34 -03: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
|
Don't publicize with_scope for tests since it may shadow public misuse
|
2009-12-28 14:07:23 -08:00 |
extension_test.rb
|
applied patch to fix the associations with blocks in modules bug from an old trac ticket
|
2008-09-20 13:46:09 -07: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
|
Remove find_with_associations and related code from associations now that Relation handles that stuff
|
2010-01-20 01:20:20 +05:30 |
has_many_associations_test.rb
|
Forgot to revert tests from that last commit
|
2009-12-12 21:03:45 -06:00 |
has_many_through_associations_test.rb
|
Add new finder methods to association collection.
|
2009-12-27 00:25:00 +05:30 |
has_one_associations_test.rb
|
Remove the test which was testing a non-existing method, always failing on 1.9 and never even running on 1.8
|
2010-01-02 16:12:01 +05:30 |
has_one_through_associations_test.rb
|
Allow ho:through#build when the owner is a new record [#1749 state:resolved]
|
2009-08-10 00:46:16 +01:00 |
inner_join_association_test.rb
|
Make scopes use relations under the hood
|
2010-01-16 00:02:46 +05:30 |
inverse_associations_test.rb
|
Fix pg test
|
2009-12-28 13:05:36 -08:00 |
join_model_test.rb
|
Fix test_has_many_through_polymorphic_has_one on sqlite2 [#3054 state:resolved]
|
2009-08-15 19:14:32 -07:00 |