aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema
Commit message (Expand)AuthorAgeFilesLines
...
* Make the mysql schema dumper roundtrip the limits of text/blob columns. Clos...Michael Koziarski2008-03-021-0/+11
* PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. C...Jeremy Kemper2008-02-221-1/+3
* Move the eager load nested include tables into schema.rb and use delete_all i...Michael Koziarski2008-02-201-0/+19
* Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...Jeremy Kemper2008-02-021-0/+6
* Fixed preloading belongs_to associations which reference a custom foreign key...Jeremy Kemper2008-01-311-0/+9
* Add posts.comments_count for other databases. Closes #10804.Jeremy Kemper2008-01-281-0/+2
* Make sure that belongs_to counter decrements when assigning nil Closes #10804...Michael Koziarski2008-01-261-0/+1
* belongs_to supports :dependent => :destroy and :delete. Closes #10592.Jeremy Kemper2008-01-191-1/+1
* move schemaJeremy Kemper2008-01-1834-0/+2932