aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/schema_dumper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* update tests for mysql2 supportBrian Lopez2010-08-021-2/+2
* PostgreSQL: XML datatype supportLeonardo Borges2009-08-091-1/+11
* Don't define a default primary key in the schema dumper.Tristan Dunn2009-08-081-0/+8
* fix schema_dumper_test for Oracle as it supports precision up to 38Raimonds Simanovskis2009-08-061-1/+6
* Oracle can store integers with any :limitRaimonds Simanovskis2009-08-061-0/+5
* Add support for dumping non-standard primary keys when using the SQLite3 adap...Hongli Lai (Phusion)2009-07-071-7/+7
* Schema dumper now records scale 0 decimal columns as decimal not integer.Giles Alexander2009-06-011-0/+5
* Fixed dumping from postgresql columns in index in wrong order. [#2515 state:r...Max Lapshin2009-04-211-0/+5
* Quote table names when casting to regclass so that capitalized tables are sup...Scott Woods2009-04-211-0/+5
* Autoload ActiveRecord filesJoshua Peek2008-11-241-1/+0
* Test for tinyintJeremy Kemper2008-06-231-1/+1
* Always treat integer :limit as byte length. [#420 state:resolved]Tarmo Tänav2008-06-221-0/+46
* Added AbstractAdapter#table_exists? and made AbstractAdapter#table implementa...Tarmo Tänav2008-05-071-107/+104
* Add support for interleaving migrations by storing which migrations have run ...Rick Olson2008-04-091-3/+3
* Make the mysql schema dumper roundtrip the limits of text/blob columns. Clos...Michael Koziarski2008-03-021-0/+12
* MySQL: omit text/blob defaults from the schema instead of using an empty stri...Jeremy Kemper2008-01-301-3/+1
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-1/+1
* Move tests to casesJeremy Kemper2008-01-181-0/+131