| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate duplicated elsif branch | Ryuta Kamizono | 2016-12-19 | 1 | -6/+1 |
* | Change MySQL and Postgresql to use Bigint primary keys | Jon McCartie | 2016-12-05 | 1 | -1/+1 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | Fix table comment dumping | Ryuta Kamizono | 2016-10-11 | 1 | -0/+1 |
* | Dump index options to pretty format | Ryuta Kamizono | 2016-10-10 | 1 | -2/+4 |
* | Merge pull request #24571 from raimo/patch-1 | Sean Griffin | 2016-10-04 | 1 | -0/+14 |
|\ |
|
| * | Print the proper ::Float::INFINITY value when used as a default value | Raimo Tuisku | 2016-05-23 | 1 | -0/+14 |
* | | Remove the SchemaDumper options and change the default behavior | Rafael Mendonça França | 2016-08-22 | 1 | -93/+12 |
* | | Option not to line up column types and attributes in schema.rb | Tim Petricola | 2016-08-17 | 1 | -0/+78 |
* | | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -2/+2 |
* | | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -10/+10 |
* | | Do not include default column limit in schema.rb | Ryuta Kamizono | 2016-05-31 | 1 | -7/+12 |
* | | Remove magic comment in generated `schema.rb` | Ryuta Kamizono | 2016-05-12 | 1 | -4/+0 |
|/ |
|
* | Add Expression Indexes and Operator Classes support for PostgreSQL | Ryuta Kamizono | 2016-04-24 | 1 | -1/+6 |
* | https://github.com/rails/rails/commit/42dd2336b31a8d98776d039a2b9fd7f834156a7... | Vipul A M | 2016-04-23 | 1 | -0/+18 |
* | Dump indexes in `create_table` for generates SQL in one query | Ryuta Kamizono | 2016-04-20 | 1 | -10/+10 |
* | `foreign_key` respects `table_name_prefix` and `table_name_suffix` | Ryuta Kamizono | 2016-04-19 | 1 | -2/+2 |
* | Dump `bigint` instead of `integer` with `limit: 8` for schema dumper | Ryuta Kamizono | 2016-03-11 | 1 | -6/+6 |
* | Revert "Dump indexes in `create_table` instead of `add_index`" | Sean Griffin | 2016-02-05 | 1 | -10/+10 |
* | Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadata | Yasuo Honda | 2016-02-01 | 1 | -4/+4 |
* | Merge pull request #22967 from schneems/schneems/generic-metadata | Sean Griffin | 2016-01-08 | 1 | -0/+4 |
|\ |
|
| * | Fixing tests and re-locating error checking. | schneems | 2016-01-08 | 1 | -4/+4 |
| * | Prevent destructive action on production database | schneems | 2016-01-07 | 1 | -0/+4 |
* | | Merge pull request #20815 from byroot/do-not-include-column-limit-if-it-is-de... | Matthew Draper | 2015-12-18 | 1 | -1/+1 |
|\ \ |
|
| * | | Do not include column limit in schema.rb if it matches the default | Jean Boussier | 2015-07-08 | 1 | -1/+1 |
* | | | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -4/+4 |
| |/
|/| |
|
* | | Internal test migrations use the private 'Current' version | Matthew Draper | 2015-12-15 | 1 | -2/+2 |
* | | Merge pull request #22271 from timbreitkreutz/twb-9015-schema-dumper-test-for... | Yves Senn | 2015-11-17 | 1 | -0/+32 |
|\ \ |
|
| * | | TWB Test case for Issue #9015 - ignore_table and table_prefix at same time | Tim Breitkreutz | 2015-11-13 | 1 | -0/+32 |
|/ / |
|
* / | Fix to correctly schema dump the `tinyblob` | Ryuta Kamizono | 2015-10-15 | 1 | -1/+1 |
|/ |
|
* | Display decimal defaults as strings to keep precision | John Gesimondo | 2015-06-23 | 1 | -2/+2 |
* | Correctly handle array columns with defaults in the schema dumper | Sean Griffin | 2015-06-11 | 1 | -0/+5 |
* | Dump indexes in `create_table` instead of `add_index` | Ryuta Kamizono | 2015-05-03 | 1 | -10/+10 |
* | Fix (intermittent?) test failure | Matthew Draper | 2015-04-13 | 1 | -1/+1 |
* | Delegate limit to subtype | wallerjake | 2015-03-21 | 1 | -0/+5 |
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 1 | -1/+1 |
* | Fix mysql's schema.rb dumper so it does not include limit on emulated boolean... | Court3nay | 2015-02-24 | 1 | -0/+5 |
* | Add schema dumping tests for datetime and time precision | Ryuta Kamizono | 2015-02-20 | 1 | -7/+0 |
* | Prefer `drop_table if_exists: true` over raw SQL | Ryuta Kamizono | 2015-02-18 | 1 | -1/+1 |
* | Remove debug code | Carlos Antonio da Silva | 2015-02-08 | 1 | -5/+0 |
* | Allow a symbol to be passed to `attribute`, in place of a type object | Sean Griffin | 2015-02-06 | 1 | -0/+5 |
* | Fix `test_types_line_up` when column type missing | Ryuta Kamizono | 2015-01-30 | 1 | -2/+2 |
* | Should escape regexp wildcard character `.` | Ryuta Kamizono | 2015-01-19 | 1 | -18/+18 |
* | Add firebird support to test suite | Ray Zane | 2015-01-05 | 1 | -0/+2 |
* | Allow precision option for MySQL datetimes. | Ryuta Kamizono | 2015-01-02 | 1 | -0/+7 |
* | `force: :cascade` to recreate tables referenced by foreign-keys. | Yves Senn | 2014-12-19 | 1 | -0/+5 |
* | tests, move schema shorthand assertions into pg specific tests. | Yves Senn | 2014-12-02 | 1 | -71/+0 |
* | Remove is_a? check when ignoring tables | Sean Griffin | 2014-11-20 | 1 | -10/+0 |
* | Added SchemaDumper support for tables with jsonb columns. | Ted O'Meara | 2014-11-04 | 1 | -7/+0 |