aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawr...Michael Koziarski2007-10-191-0/+209
* Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkam...Michael Koziarski2007-10-101-0/+5
* Fix polymorphic has_one associations declared in an abstract class. Closes #8...Jeremy Kemper2007-06-251-0/+4
* SQLServer: recognize real column type as Ruby float, correctly schema-dump ta...Jeremy Kemper2007-03-031-0/+7
* Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out featu...Jeremy Kemper2006-11-141-0/+7
* Oracle: resolve test failures, use prefetched primary key for inserts, check ...Jeremy Kemper2006-11-011-1/+1
* Optimistic locking: gracefully handle nil versions, treat as zero. Closes #5908.Jeremy Kemper2006-09-041-0/+8
* Shorten index name.Jeremy Kemper2006-08-161-1/+1
* Included associations: go deep.Jeremy Kemper2006-08-161-0/+10
* Firebird migrations support. Closes #5337.Jeremy Kemper2006-07-081-1/+11
* add self referential has_many :through example [Rick]Rick Olson2006-03-211-0/+4
* Don't classify the has_one class when eager loading, it is already singular. ...Rick Olson2006-03-191-0/+5
* Fix that has_many :through honors the foreign key set by the belongs_to assoc...Rick Olson2006-03-181-0/+1
* Allow counter_cache to accept a column nameJamis Buck2006-03-091-10/+10
* Make counter_cache work with polymorphic belongs_toJamis Buck2006-03-041-0/+3
* Added tests for join models and fixed a bug #3177David Heinemeier Hansson2005-12-111-0/+6
* Work-in progress for providing better join model support and polymorphic asso...David Heinemeier Hansson2005-12-021-0/+13