aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema_dumper.rb
Commit message (Expand)AuthorAgeFilesLines
* Schema dumper quotes date :default values.Jeremy Kemper2006-08-021-1/+12
* r4704@asus: jeremy | 2006-06-27 12:00:19 -0700Jeremy Kemper2006-07-081-3/+6
* Ensure that StringIO is always available for the Schema dumper. [Marcel Molin...Marcel Molina2006-04-301-0/+2
* Prettify output of schema_dumper by making things line up. Closes #4241 [Caio...Marcel Molina2006-04-261-5/+17
* PostgreSQL: smarter schema dumps using pk_and_sequence_for(table). Closes #2920.Jeremy Kemper2006-02-091-2/+14
* ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_...Tobias Lütke2005-12-241-2/+7
* SchemaDumper now doesn't fail anymore when there are unknown column types in ...Tobias Lütke2005-12-241-18/+38
* PostgreSQL returns the path type wrapped in quotes.Marcel Molina2005-10-091-1/+1
* Added :force option to create_table that'll try to drop the table if it alrea...David Heinemeier Hansson2005-10-061-0/+1
* Schema dumper should emit ":default => false" if the default for a column is ...Jamis Buck2005-10-051-2/+2
* Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...David Heinemeier Hansson2005-09-251-1/+1
* Okay, you can have an extra spaceDavid Heinemeier Hansson2005-09-251-0/+1
* Just include activerecord/schema with AR so it doesnt need to be dumpedDavid Heinemeier Hansson2005-09-241-6/+1
* Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...Jamis Buck2005-09-231-0/+87