.. |
belongs_to_associations_test.rb
|
kill warnings on 1.8.7 [#4331 state:resolved]
|
2010-04-10 13:50:35 +02: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
|
Dont try to load the record from the db if preloading didn't find anything
|
2010-03-31 12:56:09 +01: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
|
Add tests to prevent regression of lazy evaluation of has_many ..., :dependent => :___
|
2010-04-04 07:00:24 -07:00 |
has_many_through_associations_test.rb
|
cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]
|
2010-03-15 18:22:31 -07:00 |
has_one_associations_test.rb
|
Add :dependent = to has_one and has_many [#3075 state:resolved]
|
2010-03-28 18:47:46 +04: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
|
cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]
|
2010-03-15 18:22:31 -07:00 |
inverse_associations_test.rb
|
Fix pg test
|
2009-12-28 13:05:36 -08:00 |
join_model_test.rb
|
removing dead code from activerecord tests. [#4187 state:resolved]
|
2010-03-15 18:36:08 -07:00 |