rails--rails/activerecord/test
Eric Allam 13547c16d9 fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclasses 2011-02-24 11:17:06 -08:00
..
active_record/connection_adapters introduce a fake AR adapter for mocking database return values 2011-02-04 13:34:57 -08:00
assets
cases fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclasses 2011-02-24 11:17:06 -08:00
connections use rake to create test databases for us 2011-01-14 14:07:16 -08:00
fixtures Merge remote branch 'rails/master' into identity_map 2011-02-15 12:01:04 -03:00
migrations in the middle of refactoring 2010-12-03 12:00:09 -08:00
models Allow building and then later saving has_many :through records, such that the join record is automatically saved too. This requires the :inverse_of option to be set on the source association in the join model. See the CHANGELOG for details. [#4329 state:resolved] 2011-02-18 00:00:13 +00:00
schema The optimistic lock column should be increased when calling touch 2011-02-09 18:27:40 -02:00
config.rb