aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/schema_dumper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fk: dump foreign keys at the bottom to make sure tables exist.Yves Senn2014-06-261-0/+7
* fk: dump foreign keys to schema.rbYves Senn2014-06-261-1/+11
* test, fix typo, `create_index` does not exist.Yves Senn2014-06-101-1/+1
* Add missing test cases for schema dumping defaultsSean Griffin2014-06-061-0/+29
* pg, preserve point type when schema dumping.Yves Senn2014-06-031-1/+1
* Remove duplicated setup in testSean Griffin2014-05-231-4/+3
* Move extract_scale to decimal typeSean Griffin2014-05-211-2/+2
* Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-041-1/+1
|\
| * Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-071-1/+1
* | register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester]lsylvester2014-03-111-0/+7
* | current_adapter? accepts multiple argumentsRafael Mendonça França2014-03-101-2/+2
* | sqlite >= 3.8.0 supports partial indexesCody Cutrer2014-01-141-0/+2
|/
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-13/+14
* Escape the parentheses in the default function regexpRafael Mendonça França2013-10-211-0/+5
* Fix typo. This test isn't executed in even postgresql.kennyj2013-09-221-1/+1
* Correctly parse bigint defaults in PostgreSQLErik Peterson2013-04-051-0/+5
* Fix indent and change "or" usage to "||" in schema dumper testsCarlos Antonio da Silva2013-03-301-5/+5
* Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.Ken Mazaika2013-03-271-0/+6
* Dump the 'using' options for a SQL index into the schema.Ken Mazaika2013-03-271-2/+8
* Fix default output for postgres network address typesErik Peterson2013-02-261-6/+6
* Skip schema dumper extensions test if connection does not support itCarlos Antonio da Silva2013-02-071-0/+1
* Run schema dumper extensions without creating real extensionsCarlos Antonio da Silva2013-02-061-9/+2
* Do not print anything related to extensions when they don't none existCarlos Antonio da Silva2013-02-061-0/+10
* improve tests to check for existence of extensions method, and skip testing d...Justin George2013-02-061-8/+7
* Add some tests to enumerate how extensions should be stored in the schema outputJustin George2013-02-061-0/+11
* Support for PostgreSQL's ltree data type.Rob Worley2013-01-041-0/+7
* Standardize the use of current_adapter?Rafael Mendonça França2013-01-011-2/+2
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-15/+2
* Use CURRENT_TIMESTAMP since it has apparently better cross db supportCarlos Antonio da Silva2012-12-061-1/+1
* style cleanupJosh Susser2012-12-031-1/+0
* Add migration history to schema.rb dumpJosh Susser2012-12-021-2/+16
* Add metadata to schema_migrationsJosh Susser2012-12-011-1/+1
* Use the MySQL varbinary type when appropriate in migrations.Victor Costan2012-10-271-0/+6
* use `setup` for setting up the testAaron Patterson2012-10-151-5/+1
* Moves column dump specific code to a module included in AbstractAdapterDan McClain2012-09-141-3/+11
* Dump schema using new style hashKonstantin Shabanov2012-09-081-44/+44
* ActiveRecord support to PostgreSQL 9.2 JSON typeDickson S. Guedes2012-09-051-0/+7
* test cleanup, remove ruby_type because it's no longer neededYves Senn2012-09-031-1/+1
* Merge pull request #4396 from kennyj/fix_4259Rafael Mendonça França2012-06-201-0/+32
|\
| * Fix GH #4259. We must remove table_name_prefix and table_name_suffix, when we...kennyj2012-01-101-0/+32
* | Add uuid type support to PostgreSQL adapterKonstantin Shabanov2012-06-141-0/+7
* | Adds migration and schema dump support for INET, CIDR, and MACADDRDan Seaver2012-05-051-0/+21
* | Address the dump file format for hstoreYasuo Honda2012-03-151-1/+1
* | Fix warning: The method name is a duplicate and wrong.kennyj2012-02-111-1/+1
* | Merge branch 'joelhoffman-postgres_schema_builder' into instance_readerAaron Patterson2012-02-101-0/+7
|\ \
| * | schema dumper tests for hstoreJoel2012-02-081-0/+7
* | | Made schema dumper recognize partial indices' where statementsMarcelo Silveira2012-02-091-0/+9
|/ /
* | Try to create schema migrations table in schema dumper testPiotr Sarnacki2012-01-161-0/+5
* | move schema dumper tests to the correct classAaron Patterson2012-01-131-0/+10
|/
* call super from setupAaron Patterson2012-01-041-0/+1