.. |
belongs_to_associations_test.rb
|
Set attributes properly for model built from association with conditions [#5562 state:resolved]
|
2010-09-28 15:22:50 -03:00 |
callbacks_test.rb
|
removing unused models from tests
|
2010-07-21 22:08:07 +02:00 |
cascaded_eager_loading_test.rb
|
removing unused models from tests
|
2010-07-21 22:08:07 +02:00 |
eager_load_includes_full_sti_class_test.rb
|
Use better assertion methods for testing
|
2010-05-19 10:18:36 +02:00 |
eager_load_nested_include_test.rb
|
removes Array#random_element and backports Array#sample from Ruby 1.9, thanks to Marc-Andre Lafortune
|
2010-06-05 01:15:17 +02:00 |
eager_singularization_test.rb
|
|
|
eager_test.rb
|
Revert "porting 515917f5d8 to master"
|
2010-09-28 15:51:07 -07:00 |
extension_test.rb
|
avoids warnings about mismatched indentations in Ruby 1.9.2
|
2010-08-19 03:44:55 +02: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
|
AssociationCollection#include? working properly for objects added with build method [#3472 state:resolved]
|
2010-09-30 12:13:52 -07:00 |
has_many_associations_test.rb
|
AssociationCollection#include? working properly for objects added with build method [#3472 state:resolved]
|
2010-09-30 12:13:52 -07:00 |
has_many_through_associations_test.rb
|
AssociationCollection#include? working properly for objects added with build method [#3472 state:resolved]
|
2010-09-30 12:13:52 -07:00 |
has_one_associations_test.rb
|
Set attributes properly for model built from association with conditions [#5562 state:resolved]
|
2010-09-28 15:22:50 -03:00 |
has_one_through_associations_test.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03: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
|
Removed warnings when a variable is shadowed
|
2010-07-19 23:44:45 +08:00 |
join_model_test.rb
|
providing arel with column information when possible [#5392 state:resolved]
|
2010-09-21 13:53:47 -07:00 |