aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema_dumper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4396 from kennyj/fix_4259Rafael Mendonça França2012-07-171-4/+8
* Merge pull request #2621 from icco/masterAaron Patterson2012-03-261-1/+1
* Use `show index from`. We could fix `pk_and_sequence_for` method's performanc...kennyj2011-11-191-3/+1
* Only used detailed schema introspection when doing a schema dump.Christos Zisopoulos2011-11-181-1/+3
* AR changes to support creating ordered (asc, desc) indexesVlad Jebelev2011-11-041-0/+3
* dump IO encoding value along with schema.rb so the file can be reloaded. fixe...Aaron Patterson2011-07-291-0/+4
* Corrected some typos and American vs. Queen's English issuesLee Reilly2011-05-291-1/+1
* Remove extra white spaces on ActiveRecord docs.Sebastian Martinez2011-05-231-1/+1
* kill unused variable warningsAaron Patterson2011-01-111-1/+1
* rolling out migrated_at until I can fix the buildAaron Patterson2010-12-011-12/+4
* clear schema_migrations in Schema.defineJosh Susser2010-12-011-5/+3
* name in schema_migrations, migrations in schema dumpJosh Susser2010-12-011-0/+10
* Revert "removing unused variable"Aaron Patterson2010-10-261-1/+1
* removing unused variableAaron Patterson2010-10-231-1/+1
* no need to check for nilNeeraj Singh2010-10-171-3/+3
* lengths will be nil or an arrayAaron Patterson2010-10-031-2/+2
* remove a few function callsAaron Patterson2010-10-031-3/+5
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* Removing most of the symbol to proc usage in Active RecordPrem Sichanugrist2010-08-131-1/+1
* fixing whitespace errorsAaron Patterson2010-08-051-9/+9
* Adds title where needed.Rizwan Reza2010-06-161-6/+9
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-6/+6
* Make sure schema dumper doesnt throw up when there are no index lengthsPratik Naik2010-05-091-1/+3
* Revert "Revert "Add index length support for MySQL [#1852 state:open]""Pratik Naik2010-05-091-0/+1
* Revert "Add index length support for MySQL [#1852 state:open]"José Valim2010-05-081-1/+0
* Add index length support for MySQL [#1852 state:resolved]Emili Parreno2010-05-081-0/+1
* Don't define a default primary key in the schema dumper.Tristan Dunn2009-08-081-1/+0
* Add support for dumping non-standard primary keys when using the SQLite3 adap...Hongli Lai (Phusion)2009-07-071-1/+5
* Schema dumper now records scale 0 decimal columns as decimal not integer.Giles Alexander2009-06-011-2/+9
* Cherry-pick core extensionsJeremy Kemper2009-05-131-2/+2
* Merge with docrailsPratik Naik2008-12-071-0/+2
* Ensure indices don't flip order in schema.rb [#1266 state:committed]Jordi Bunster2008-10-301-6/+12
* Deal with MySQL's quirky handling of defaults and blob/text columnsFrederick Cheung2008-09-141-1/+1
* Merge docrails.Pratik Naik2008-05-251-1/+1
* Add support for interleaving migrations by storing which migrations have run ...Rick Olson2008-04-091-3/+3
* Set the record straight on the purpose and utility of db/schema.rbDavid Heinemeier Hansson2007-11-091-2/+9
* minor speedups + forward-compat syntaxJeremy Kemper2007-09-131-2/+2
* Sexy dumper now has its groove on (closes #8281) [Chris Wanstrath]David Heinemeier Hansson2007-05-111-9/+24
* 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