Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Merge pull request #27334 from kamipo/pk_and_ref_columns_should_be_identical_... | Jeremy Daer | 2017-02-07 | 7 | -22/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | `primary_key` and `references` columns should be identical type | Ryuta Kamizono | 2017-02-07 | 7 | -22/+28 | |
* | | | | | | | | | | | | Remove useless `column_alias` in `subquery_for_count` | Ryuta Kamizono | 2017-02-06 | 1 | -2/+3 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #27389 from kamipo/fix_mysql_pk_dumping_correctly | Jeremy Daer | 2017-02-06 | 5 | -218/+166 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Restore custom primary key tests lost at #26266 | Ryuta Kamizono | 2017-02-04 | 1 | -25/+43 | |
| * | | | | | | | | | | | Restore the behaviour of the compatibility layer for integer-like PKs | Ryuta Kamizono | 2017-02-04 | 4 | -173/+104 | |
| * | | | | | | | | | | | Correctly dump integer-like primary key with default nil | Ryuta Kamizono | 2017-02-04 | 1 | -20/+19 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #27884 from kamipo/deprecate_migration_keys | Jeremy Daer | 2017-02-06 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Deprecate `ColumnDumper#migration_keys` | Ryuta Kamizono | 2017-02-07 | 1 | -0/+4 | |
* | | | | | | | | | | | | Remove useless `MySQL::Column` tests | Ryuta Kamizono | 2017-02-07 | 1 | -42/+0 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #27919 from bf4/correct_spelling | Arthur Nogueira Neves | 2017-02-06 | 8 | -14/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Correct spelling | Benjamin Fleischer | 2017-02-05 | 8 | -14/+14 | |
| |/ / / / / / / / / / | ||||||
* / / / / / / / / / / | Indicate action that failed in YamlColumn | Kir Shatrov | 2017-02-05 | 2 | -5/+5 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #27865 from composerinteralia/collection-ids-setter-bug | Eileen M. Uchitelle | 2017-02-03 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix collection_singular_ids= bug | Daniel Colson | 2017-02-02 | 1 | -0/+9 | |
* | | | | | | | | | | | Fix a test of AR::Type::TypeMap#lookup when using Oracle | Koichi ITO | 2017-02-02 | 1 | -6/+14 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+ | Ryuta Kamizono | 2017-02-01 | 3 | -14/+75 | |
* | | | | | | | | | | Chain scope constraints should respect own table alias | Ryuta Kamizono | 2017-02-01 | 5 | -0/+35 | |
* | | | | | | | | | | Merge pull request #27859 from yahonda/diag27826 | Rafael França | 2017-01-31 | 1 | -11/+22 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use temporary connection pool for sqlite3_mem adapter | Yasuo Honda | 2017-01-31 | 1 | -11/+22 | |
* | | | | | | | | | | | Merge pull request #27838 from kamipo/reload_destroyed_through_record | Rafael França | 2017-01-31 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Reload `through_record` that has been destroyed in `create_through_record` | Ryuta Kamizono | 2017-01-29 | 1 | -0/+7 | |
* | | | | | | | | | | | | Merge pull request #27797 from y-yagi/correctly_check_error_message | Arthur Nogueira Neves | 2017-01-30 | 2 | -5/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | correctly check error message | yuuji.yaginuma | 2017-01-25 | 2 | -5/+13 | |
* | | | | | | | | | | | | | deprecate `scope_chain` | Aaron Patterson | 2017-01-30 | 1 | -5/+15 | |
| |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #27787 from y-yagi/show_correct_class_name_in_migration_error | Rafael França | 2017-01-30 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | show correct class name in migration inherited directly error | yuuji.yaginuma | 2017-01-24 | 1 | -2/+3 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #27773 from kirs/serialized-error-attribute | Rafael França | 2017-01-30 | 2 | -11/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Report the attribute on ActiveRecord::SerializationTypeMismatch | Kir Shatrov | 2017-01-29 | 2 | -11/+27 | |
| |/ / / / / / / / / / | ||||||
* / / / / / / / / / / | Add assertion messages | Akira Matsuda | 2017-01-25 | 2 | -2/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Deprecate `initialize_schema_migrations_table` and `initialize_internal_metad... | Ryuta Kamizono | 2017-01-20 | 2 | -6/+10 | |
* | | | | | | | | | | Revert "Merge pull request #27718 from kamipo/remove_internal_public_methods" | Matthew Draper | 2017-01-20 | 2 | -5/+5 | |
* | | | | | | | | | | assert_send is going to be deprecated since minitest 5.10.0 | Akira Matsuda | 2017-01-18 | 2 | -2/+2 | |
* | | | | | | | | | | Make sure to clear query cache to prevent sporadic test failure | Akira Matsuda | 2017-01-18 | 1 | -0/+4 | |
* | | | | | | | | | | :warning: "Use assert_nil if expecting nil. This will fail in MT6." | Akira Matsuda | 2017-01-18 | 4 | -7/+22 | |
* | | | | | | | | | | Remove `initialize_schema_migrations_table` and `initialize_internal_metadata... | Ryuta Kamizono | 2017-01-18 | 2 | -5/+5 | |
* | | | | | | | | | | Merge pull request #27700 from kenta-s/remove-meaningless-line-from-adapter-test | Andrew White | 2017-01-17 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove meaningless line from adapter_test.rb | kenta-s | 2017-01-16 | 1 | -1/+0 | |
* | | | | | | | | | | | SQLite: Foreign Key Support | Ryuta Kamizono | 2017-01-17 | 3 | -27/+47 | |
* | | | | | | | | | | | Should work foreign key in test schema without `if supports_foreign_keys?` st... | Ryuta Kamizono | 2017-01-17 | 2 | -8/+6 | |
* | | | | | | | | | | | Merge pull request #27701 from kamipo/translate_foreign_key_violation | Andrew White | 2017-01-16 | 1 | -45/+53 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Translate Foreign Key violation to the specific exception for SQLite3 adapter | Ryuta Kamizono | 2017-01-16 | 1 | -45/+53 | |
| |/ / / / / / / / / / | ||||||
* / / / / / / / / / / | Allow SQLServerAdapter to opt into a few tests. | Ken Collins | 2017-01-16 | 3 | -4/+4 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #27683 from eugeneius/update_counters_empty_touch_test | Kasper Timm Hansen | 2017-01-15 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add test for update_counters with empty touch | Eugene Kenny | 2017-01-15 | 1 | -0/+9 | |
* | | | | | | | | | | | Merge pull request #27618 from kamipo/fix_uuid_default_nil | Kasper Timm Hansen | 2017-01-15 | 1 | -19/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix UUID primary key with default nil in legacy migration | Ryuta Kamizono | 2017-01-09 | 1 | -0/+19 | |
| * | | | | | | | | | | Should test uuid legacy migration without `supports_pgcrypto_uuid?` | Ryuta Kamizono | 2017-01-09 | 1 | -19/+17 | |
* | | | | | | | | | | | Merge pull request #27660 from akihiro17/updates-timestamp | Kasper Timm Hansen | 2017-01-14 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add the touch option to ActiveRecord#increment! and decrement! | akihiro17 | 2017-01-14 | 1 | -0/+16 |