aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/schema_dumper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed dumping from postgresql columns in index in wrong order. [#2515 state:r...Max Lapshin2009-04-211-0/+5
* Quote table names when casting to regclass so that capitalized tables are sup...Scott Woods2009-04-211-0/+5
* Autoload ActiveRecord filesJoshua Peek2008-11-241-1/+0
* Test for tinyintJeremy Kemper2008-06-231-1/+1
* Always treat integer :limit as byte length. [#420 state:resolved]Tarmo Tänav2008-06-221-0/+46
* Added AbstractAdapter#table_exists? and made AbstractAdapter#table implementa...Tarmo Tänav2008-05-071-107/+104
* Add support for interleaving migrations by storing which migrations have run ...Rick Olson2008-04-091-3/+3
* Make the mysql schema dumper roundtrip the limits of text/blob columns. Clos...Michael Koziarski2008-03-021-0/+12
* MySQL: omit text/blob defaults from the schema instead of using an empty stri...Jeremy Kemper2008-01-301-3/+1
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-1/+1
* Move tests to casesJeremy Kemper2008-01-181-0/+131