| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't define a default primary key in the schema dumper. | Tristan Dunn | 2009-08-08 | 1 | -1/+0 |
* | Add support for dumping non-standard primary keys when using the SQLite3 adap... | Hongli Lai (Phusion) | 2009-07-07 | 1 | -1/+5 |
* | Schema dumper now records scale 0 decimal columns as decimal not integer. | Giles Alexander | 2009-06-01 | 1 | -2/+9 |
* | Cherry-pick core extensions | Jeremy Kemper | 2009-05-13 | 1 | -2/+2 |
* | Merge with docrails | Pratik Naik | 2008-12-07 | 1 | -0/+2 |
* | Ensure indices don't flip order in schema.rb [#1266 state:committed] | Jordi Bunster | 2008-10-30 | 1 | -6/+12 |
* | Deal with MySQL's quirky handling of defaults and blob/text columns | Frederick Cheung | 2008-09-14 | 1 | -1/+1 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -1/+1 |
* | Add support for interleaving migrations by storing which migrations have run ... | Rick Olson | 2008-04-09 | 1 | -3/+3 |
* | Set the record straight on the purpose and utility of db/schema.rb | David Heinemeier Hansson | 2007-11-09 | 1 | -2/+9 |
* | minor speedups + forward-compat syntax | Jeremy Kemper | 2007-09-13 | 1 | -2/+2 |
* | Sexy dumper now has its groove on (closes #8281) [Chris Wanstrath] | David Heinemeier Hansson | 2007-05-11 | 1 | -9/+24 |
* | Schema dumper quotes date :default values. | Jeremy Kemper | 2006-08-02 | 1 | -1/+12 |
* | r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 | Jeremy Kemper | 2006-07-08 | 1 | -3/+6 |
* | Ensure that StringIO is always available for the Schema dumper. [Marcel Molin... | Marcel Molina | 2006-04-30 | 1 | -0/+2 |
* | Prettify output of schema_dumper by making things line up. Closes #4241 [Caio... | Marcel Molina | 2006-04-26 | 1 | -5/+17 |
* | PostgreSQL: smarter schema dumps using pk_and_sequence_for(table). Closes #2920. | Jeremy Kemper | 2006-02-09 | 1 | -2/+14 |
* | ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_... | Tobias Lütke | 2005-12-24 | 1 | -2/+7 |
* | SchemaDumper now doesn't fail anymore when there are unknown column types in ... | Tobias Lütke | 2005-12-24 | 1 | -18/+38 |
* | PostgreSQL returns the path type wrapped in quotes. | Marcel Molina | 2005-10-09 | 1 | -1/+1 |
* | Added :force option to create_table that'll try to drop the table if it alrea... | David Heinemeier Hansson | 2005-10-06 | 1 | -0/+1 |
* | Schema dumper should emit ":default => false" if the default for a column is ... | Jamis Buck | 2005-10-05 | 1 | -2/+2 |
* | Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an... | David Heinemeier Hansson | 2005-09-25 | 1 | -1/+1 |
* | Okay, you can have an extra space | David Heinemeier Hansson | 2005-09-25 | 1 | -0/+1 |
* | Just include activerecord/schema with AR so it doesnt need to be dumped | David Heinemeier Hansson | 2005-09-24 | 1 | -6/+1 |
* | Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m... | Jamis Buck | 2005-09-23 | 1 | -0/+87 |