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
2008-07-22 01:24:47 +01:00
..
belongs_to_associations_test.rb Add :validate option to associations. [#301 state:resolved] 2008-06-11 12:21:57 +01: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 Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen] 2008-03-24 02:50:02 +00: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
eager_singularization_test.rb
eager_test.rb Fix conditions and order on join tables with limited eager loading. [#372 state:resolved] 2008-06-08 13:01:55 -07:00
extension_test.rb
has_and_belongs_to_many_associations_test.rb fix eager loading with dynamic finders 2008-06-09 12:05:20 -04:00
has_many_associations_test.rb Use klass.sti_name to make sure associations take store_full_sti_class into account. [#671 state:resolved] 2008-07-22 01:24:47 +01:00
has_many_through_associations_test.rb fix eager loading with dynamic finders 2008-06-09 12:05:20 -04:00
has_one_associations_test.rb Add support for :primary_key option to has_one as well as has_many so that a key other than the default primary key can be used for the association 2008-07-06 20:25:10 +02:00
has_one_through_associations_test.rb Split associations_test.rb into multiple files based on association type. [Pratik] 2008-04-06 03:01:09 +00:00
inner_join_association_test.rb
join_model_test.rb Add first/last methods to associations/named_scope. [#226 state:resolved] 2008-05-20 12:27:14 +01:00