.. |
association_scope_test.rb
|
Represent association scope options as AR::Relations insternally.
|
2012-07-13 16:23:06 +01:00 |
belongs_to_associations_test.rb
|
Use method compilation for association methods
|
2012-08-10 23:28:08 +01:00 |
callbacks_test.rb
|
|
|
cascaded_eager_loading_test.rb
|
Deprecate ActiveRecord::Base.scoped.
|
2012-07-27 17:27:47 +01:00 |
eager_load_includes_full_sti_class_test.rb
|
fix #scoped deprecations
|
2012-04-26 13:29:48 +01:00 |
eager_load_nested_include_test.rb
|
Deprecate ActiveRecord::Base.scoped.
|
2012-07-27 17:27:47 +01:00 |
eager_singularization_test.rb
|
Deprecate ActiveRecord::Base.scoped.
|
2012-07-27 17:27:47 +01:00 |
eager_test.rb
|
Add a test to make sure preloading properly merges association and default scope conditions
|
2012-08-28 12:49:55 -07:00 |
extension_test.rb
|
Deprecate ActiveRecord::Base.scoped.
|
2012-07-27 17:27:47 +01:00 |
habtm_join_table_test.rb
|
|
|
has_and_belongs_to_many_associations_test.rb
|
Remove ActiveRecord::Base.to_a
|
2012-08-03 11:51:52 +01:00 |
has_many_associations_test.rb
|
Remove the dependent_restrict_raises option.
|
2012-08-10 17:45:06 +01:00 |
has_many_through_associations_test.rb
|
ActiveRecord::Base.all returns a Relation.
|
2012-07-27 13:34:12 +01:00 |
has_one_associations_test.rb
|
Remove the dependent_restrict_raises option.
|
2012-08-10 17:45:06 +01:00 |
has_one_through_associations_test.rb
|
Deprecate ActiveRecord::Base.scoped.
|
2012-07-27 17:27:47 +01:00 |
inner_join_association_test.rb
|
Deprecate ActiveRecord::Base.scoped.
|
2012-07-27 17:27:47 +01:00 |
inverse_associations_test.rb
|
Use inversed parent for first and last child of has_many association
|
2012-08-18 18:11:28 +04:00 |
join_dependency_test.rb
|
Change JoinPart test from an integration to a unit test
|
2012-07-05 11:23:01 -04:00 |
join_model_test.rb
|
Use method compilation for association methods
|
2012-08-10 23:28:08 +01:00 |
nested_through_associations_test.rb
|
Deprecate inferred JOINs with includes + SQL snippets.
|
2012-01-16 21:32:12 +00:00 |