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
2010-12-20 19:47:15 -08:00
..
belongs_to_associations_test.rb Setting the id of a belongs_to object updates all referenced objects [#2989 state:resolved] 2010-12-08 15:21:18 -08:00
callbacks_test.rb removing unused variables 2010-10-20 09:38:15 -07:00
cascaded_eager_loading_test.rb Fix bug with 0bb85ed9ff which missed out a fixtures declaration in cascaded_eager_loading_test.rb 2010-11-17 15:52:18 -08: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
eager_test.rb Fix problem with duplicated records when a :uniq :through association is preloaded [#2447 state:resolved] 2010-12-15 17:47:42 -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 has_many associations with :dependent => :delete_all should update the counter cache when deleting records 2010-12-20 13:56:04 -08:00
has_many_through_associations_test.rb Fix problem where wrong keys are used in JoinAssociation when an association goes :through a belongs_to [#2801 state:resolved] 2010-12-20 13:56:04 -08:00
has_one_associations_test.rb removing unused variables 2010-11-22 16:14:37 -08:00
has_one_through_associations_test.rb Respect the default_scope on a join model when reading a through association 2010-12-16 01:49:30 +05:30
inner_join_association_test.rb fixing whitespace errors 2010-12-16 01:49:29 +05:30
inverse_associations_test.rb removing unused variables 2010-11-22 16:14:37 -08:00
join_model_test.rb define_attr_method must serialize nil correctly 2010-12-20 19:47:15 -08:00