1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/associations
Raimonds Simanovskis 5666a3ad06 added :order option to find :first methods and associations as otherwise Oracle tests were failing
Oracle stores '' string as NULL
Oracle cannot have identifiers larger than 30 characters
added missing fixtures to test setup method
2009-08-06 23:40:59 +03:00
..
belongs_to_associations_test.rb added :order option to find :first methods and associations as otherwise Oracle tests were failing 2009-08-06 23:40:59 +03:00
callbacks_test.rb
cascaded_eager_loading_test.rb Association preloading no longer stops if it hits a nil object [#1630 state:resolved] 2008-12-26 18:25:50 +00:00
eager_load_includes_full_sti_class_test.rb
eager_load_nested_include_test.rb Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern. 2009-05-28 11:35:36 -05:00
eager_singularization_test.rb
eager_test.rb added :order option to find :first methods and associations as otherwise Oracle tests were failing 2009-08-06 23:40:59 +03: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
has_and_belongs_to_many_associations_test.rb added :order option to find :first methods and associations as otherwise Oracle tests were failing 2009-08-06 23:40:59 +03:00
has_many_associations_test.rb added :order option to find :first methods and associations as otherwise Oracle tests were failing 2009-08-06 23:40:59 +03:00
has_many_through_associations_test.rb Optimize <association>_ids for hm:t with belongs_to source 2009-07-13 16:29:19 +01:00
has_one_associations_test.rb Revert "Fixed bug with polymorphic has_one :as pointing to an STI record" 2009-05-11 12:20:54 -07:00
has_one_through_associations_test.rb has_one :through should not create a new association when assigned nil [#698 state:resolved] 2009-05-17 14:48:20 +02:00
inner_join_association_test.rb Ensure JoinAssociation uses aliased table name when multiple associations have hash conditions on the same table 2009-04-20 13:51:11 +01:00
inverse_associations_test.rb honour :inverse_of for joins based include 2009-05-10 12:50:03 +12:00
join_model_test.rb added :order option to find :first methods and associations as otherwise Oracle tests were failing 2009-08-06 23:40:59 +03:00