aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/schema_dumper_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-4/+2
* Fixed an issue id false option is ignored on mysql/mysql2 (fix #3440)kennyj2011-11-061-0/+5
* remove extra require for 'stringio' as it is required in helper.rbVishnu Atrai2011-07-311-1/+0
* magic comment test only if encoding_aware?.Arun Agrawal2011-07-301-3/+4
* dump IO encoding value along with schema.rb so the file can be reloaded. fixe...Aaron Patterson2011-07-291-3/+12
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-2/+1
* Added tsvector Datatype SupportBenjamin Fritsch2011-04-261-0/+7
* Fix SQLite adapter name [#5842 state:resolved]Anil Wadghule2010-10-191-2/+2