aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/schema_dumper_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Dump `bigint` instead of `integer` with `limit: 8` for schema dumperRyuta Kamizono2016-03-111-6/+6
* Revert "Dump indexes in `create_table` instead of `add_index`"Sean Griffin2016-02-051-10/+10
* Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadataYasuo Honda2016-02-011-4/+4
* Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-081-0/+4
|\
| * Fixing tests and re-locating error checking.schneems2016-01-081-4/+4
| * Prevent destructive action on production databaseschneems2016-01-071-0/+4
* | Merge pull request #20815 from byroot/do-not-include-column-limit-if-it-is-de...Matthew Draper2015-12-181-1/+1
|\ \
| * | Do not include column limit in schema.rb if it matches the defaultJean Boussier2015-07-081-1/+1
* | | Remove legacy mysql adapterAbdelkader Boudih2015-12-171-4/+4
| |/ |/|
* | Internal test migrations use the private 'Current' versionMatthew Draper2015-12-151-2/+2
* | Merge pull request #22271 from timbreitkreutz/twb-9015-schema-dumper-test-for...Yves Senn2015-11-171-0/+32
|\ \
| * | TWB Test case for Issue #9015 - ignore_table and table_prefix at same timeTim Breitkreutz2015-11-131-0/+32
|/ /
* / Fix to correctly schema dump the `tinyblob`Ryuta Kamizono2015-10-151-1/+1
|/
* Display decimal defaults as strings to keep precisionJohn Gesimondo2015-06-231-2/+2
* Correctly handle array columns with defaults in the schema dumperSean Griffin2015-06-111-0/+5
* Dump indexes in `create_table` instead of `add_index`Ryuta Kamizono2015-05-031-10/+10
* Fix (intermittent?) test failureMatthew Draper2015-04-131-1/+1
* Delegate limit to subtypewallerjake2015-03-211-0/+5
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Fix mysql's schema.rb dumper so it does not include limit on emulated boolean...Court3nay2015-02-241-0/+5
* Add schema dumping tests for datetime and time precisionRyuta Kamizono2015-02-201-7/+0
* Prefer `drop_table if_exists: true` over raw SQLRyuta Kamizono2015-02-181-1/+1
* Remove debug codeCarlos Antonio da Silva2015-02-081-5/+0
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-0/+5
* Fix `test_types_line_up` when column type missingRyuta Kamizono2015-01-301-2/+2
* Should escape regexp wildcard character `.`Ryuta Kamizono2015-01-191-18/+18
* Add firebird support to test suiteRay Zane2015-01-051-0/+2
* Allow precision option for MySQL datetimes.Ryuta Kamizono2015-01-021-0/+7
* `force: :cascade` to recreate tables referenced by foreign-keys.Yves Senn2014-12-191-0/+5
* tests, move schema shorthand assertions into pg specific tests.Yves Senn2014-12-021-71/+0
* Remove is_a? check when ignoring tablesSean Griffin2014-11-201-10/+0
* Added SchemaDumper support for tables with jsonb columns.Ted O'Meara2014-11-041-7/+0
* Replace Enumerable#reverse.each with Enumerable#reverse_eachErik Michaels-Ober2014-10-131-1/+1
* do not dump foreign keys for ignored tables.Yves Senn2014-09-171-0/+5
* Speed up schema dumper testsJeremy Kemper2014-09-101-11/+9
* Include default column limits in schema.rbJeremy Kemper2014-09-101-4/+10
* MySQL: schema.rb now includes TEXT and BLOB column limits.Jeremy Kemper2014-09-101-4/+4
* MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GBJeremy Kemper2014-09-101-2/+2
* Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in testsAkira Matsuda2014-09-031-26/+12
* Remove 'if exists' from drop table statement then use `table_exists?`Yasuo Honda2014-09-031-1/+1
* create_table + transactional_fixtures = :bomb:Akira Matsuda2014-08-151-0/+4
* 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