.. |
belongs_to_associations_test.rb
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |
callbacks_test.rb
|
removing unused variables
|
2010-10-20 09:38:15 -07:00 |
cascaded_eager_loading_test.rb
|
Fixes queries using limits and punctuation in order, removes order("col1, col2") usage in favor of order(["col1", "col2"})
|
2010-11-05 11:27:34 -07:00 |
eager_load_includes_full_sti_class_test.rb
|
fisting a bunch of unused variable warnings
|
2010-11-15 10:12:09 -08: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
|
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
2008-01-21 17:20:51 +00:00 |
eager_test.rb
|
fisting a bunch of unused variable warnings
|
2010-11-15 10:12:09 -08: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
|
fisting a bunch of unused variable warnings
|
2010-11-15 10:12:09 -08:00 |
has_many_associations_test.rb
|
reloading an association will properly set attributes of instantiated objects. Thanks Brian Palmer [#5802 state:resolved]
|
2010-11-16 14:28:19 -08:00 |
has_many_through_associations_test.rb
|
Fix bug where size of through association is not correct after adding a has_many association (occurs only before main object has been reloaded).
|
2010-11-14 15:32:52 -02:00 |
has_one_associations_test.rb
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02: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
|
Add some tests for functionality in JoinAssociation which already exists but was previously untested
|
2010-10-13 08:24:19 -07:00 |
inverse_associations_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
join_model_test.rb
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |