aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema_dumper.rb
Commit message (Expand)AuthorAgeFilesLines
* Push default_function to superclass to avoid method checkRafael Mendonça França2013-10-141-1/+1
* Dump the default function when the primary key is uuidRafael Mendonça França2013-10-141-0/+1
* Creating options for schema dumper.wangjohn2013-08-221-5/+16
* Make SchemaDumper emit "id: :uuid" when appropriate. Fixes #10451.Brian Buchanan2013-05-031-1/+4
* Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.Ken Mazaika2013-03-271-0/+2
* Dump the 'using' options for a SQL index into the schema.Ken Mazaika2013-03-271-0/+2
* Created a layer of abstraction for the valid type checking in schema dumper. ...Ranjay Krishna2013-03-251-1/+1
* Revert "checking in the abstractions for valid type checking:"Jon Leighton2013-02-151-1/+1
* Merge pull request #9204 from ranjaykrishna/col-probAaron Patterson2013-02-121-1/+1
|\
| * checking in the abstractions for valid type checking:Ranjay Krishna2013-02-121-1/+1
* | Do not print anything related to extensions when they don't none existCarlos Antonio da Silva2013-02-061-4/+6
* | Add blank line after extensions to separate from tables in schemaCarlos Antonio da Silva2013-02-061-0/+1
* | Fix indentation of extensions in schemaCarlos Antonio da Silva2013-02-061-4/+2
* | add ActiveRecord::AbstractAdapter#extensions and ActiveRecord::ConnectionAdap...Justin George2013-02-061-0/+12
|/
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-16/+5
* dump schema.rb without :version optionJosh Susser2012-12-051-4/+2
* Add migration history to schema.rb dumpJosh Susser2012-12-021-2/+15
* Moves column dump specific code to a module included in AbstractAdapterDan McClain2012-09-141-29/+2
* Dump schema using new style hashKonstantin Shabanov2012-09-081-10/+10
* Merge pull request #4396 from kennyj/fix_4259Rafael Mendonça França2012-06-201-4/+8
|\
| * Fix GH #4259. We must remove table_name_prefix and table_name_suffix, when we...kennyj2012-01-101-4/+8
* | reduce number of StringsAkira Matsuda2012-06-061-1/+1
* | Corrected grammatical errors in schema_dumper and scoping/defaultdcurtis2012-04-101-1/+1
* | Merge pull request #2621 from icco/masterAaron Patterson2012-03-261-1/+1
|\ \
| * | Not checking for nil is apparently a lot faster.Nat Welch2011-09-211-1/+1
| * | From @dasch's recommendation.Nat Welch2011-08-221-1/+1
| * | Fixes bug with schema dumper when using with Padrino.Nat Welch2011-08-211-1/+1
* | | Made schema dumper recognize partial indices' where statementsMarcelo Silveira2012-02-091-0/+2
| |/ |/|
* | just use the list of formatting keys we care aboutAaron Patterson2012-01-041-1/+1
* | fix some formattingAaron Patterson2012-01-041-2/+6
* | use regular expression or statement. loltargetrichenvironmentAaron Patterson2012-01-041-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