aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/schema_dumper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert schema dumper to use strings rather than integerseileencodes2019-06-201-0/+1
* Allow changing text and blob size without giving the `limit` optionRyuta Kamizono2019-01-291-9/+15
* Support expression indexes for MySQLRyuta Kamizono2018-10-251-2/+5
* SQLite3 adapter supports expression indexesgkemmey2018-09-131-5/+14
* Stub with Minitest instead of Mochautilum2018-07-151-17/+21
* Bump minimum SQLite version to 3.8Yasuo Honda2018-05-211-19/+1
* Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-1/+1
* Fix multiline expression indexes for postgresql (#31621)fatkodima2018-03-161-1/+1
* Refactor `length`, `order`, and `opclass` index options dumpingRyuta Kamizono2017-12-031-3/+21
* Third party adapters doesn't support index orders yetRyuta Kamizono2017-10-261-2/+2
* Merge pull request #30970 from rohitpaulk/fix-sqlite-3-index-order-dumpRafael França2017-10-251-1/+1
|\
| * Save index order :desc to schema.rb (sqlite). Fixes #30902Paul Kuruvilla2017-10-241-1/+1
* | `supports_extensions?` return always true since PostgreSQL 9.1Yasuo Honda2017-10-241-25/+23
|/
* Omit the default limit for float columns (#28041)Ryuta Kamizono2017-08-271-3/+8
* Prefer to place a table options before `force: :cascade` (#28005)Ryuta Kamizono2017-08-271-1/+1
* Allow `table_name_prefix` and `table_name_suffix` have `$`Yasuo Honda2017-08-041-0/+25
* Merge pull request #29768 from janpieper/sort-enabled-extensions-in-dumpEileen M. Uchitelle2017-07-221-0/+14
|\
| * Sort enabled adapter extensions in schema dumpJan Pieper2017-07-121-0/+14
* | Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
|/
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix `dump_schema_information` with empty versionsRyuta Kamizono2017-06-151-0/+6
* Avoid overwriting the methods of `AttributeMethods::PrimaryKey`Ryuta Kamizono2017-06-071-1/+1
* Simplify `assert_no_match %r{colname.*limit:}` regexRyuta Kamizono2017-06-011-14/+4
* Support Descending Indexes for MySQLRyuta Kamizono2017-04-161-1/+5
* Merge pull request #25296 from kamipo/use_inspect_for_type_cast_for_schemaRafael França2017-02-281-7/+8
|\
| * Use `inspect` in `type_cast_for_schema` for date/time and decimal valuesRyuta Kamizono2016-12-111-7/+8
* | Omit redundant `using: :btree` for schema dumpingRyuta Kamizono2017-02-131-14/+10
* | Schema dumping support for PostgreSQL oid typeRyuta Kamizono2017-02-121-0/+5
* | Schema dumping support for PostgreSQL interval typeRyuta Kamizono2017-02-121-4/+10
* | `primary_key` and `references` columns should be identical typeRyuta Kamizono2017-02-071-1/+1
* | Should work foreign key in test schema without `if supports_foreign_keys?` st...Ryuta Kamizono2017-01-171-1/+1
* | Consolidate duplicated elsif branchRyuta Kamizono2016-12-191-6/+1
|/
* Change MySQL and Postgresql to use Bigint primary keysJon McCartie2016-12-051-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Fix table comment dumpingRyuta Kamizono2016-10-111-0/+1
* Dump index options to pretty formatRyuta Kamizono2016-10-101-2/+4
* Merge pull request #24571 from raimo/patch-1Sean Griffin2016-10-041-0/+14
|\
| * Print the proper ::Float::INFINITY value when used as a default valueRaimo Tuisku2016-05-231-0/+14
* | Remove the SchemaDumper options and change the default behaviorRafael Mendonça França2016-08-221-93/+12
* | Option not to line up column types and attributes in schema.rbTim Petricola2016-08-171-0/+78
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* | modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* | applies new string literal convention in activerecord/testXavier Noria2016-08-061-10/+10
* | Do not include default column limit in schema.rbRyuta Kamizono2016-05-311-7/+12
* | Remove magic comment in generated `schema.rb`Ryuta Kamizono2016-05-121-4/+0
|/
* Add Expression Indexes and Operator Classes support for PostgreSQLRyuta Kamizono2016-04-241-1/+6
* https://github.com/rails/rails/commit/42dd2336b31a8d98776d039a2b9fd7f834156a7...Vipul A M2016-04-231-0/+18
* Dump indexes in `create_table` for generates SQL in one queryRyuta Kamizono2016-04-201-10/+10
* `foreign_key` respects `table_name_prefix` and `table_name_suffix`Ryuta Kamizono2016-04-191-2/+2