Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge pull request #27933 from kamipo/revert_27682 | Jeremy Daer | 2017-02-07 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Revert "Remove useless `column_alias` in `subquery_for_count`" | Ryuta Kamizono | 2017-02-07 | 2 | -3/+3 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #27334 from kamipo/pk_and_ref_columns_should_be_identical_... | Jeremy Daer | 2017-02-07 | 12 | -31/+79 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | `primary_key` and `references` columns should be identical type | Ryuta Kamizono | 2017-02-07 | 12 | -31/+79 | |
* | | | | | | | | | | | Merge pull request #27922 from martijn/reduce-actioncable-logging | Jeremy Daer | 2017-02-07 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Move some ActionCable logs to debug level | Martijn Storck | 2017-02-06 | 2 | -2/+2 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #26378 from kamipo/decouple_building_arel_ast_for_uniquene... | Jeremy Daer | 2017-02-06 | 4 | -41/+51 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add `:nodoc:` to `case_sensitive_comparison` and `case_insensitive_comparison` | Ryuta Kamizono | 2017-01-20 | 2 | -3/+3 | |
| * | | | | | | | | | | | Decouple the building Arel ASTs for uniqueness validator | Ryuta Kamizono | 2016-12-25 | 4 | -38/+48 | |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Remove useless `column_alias` in `subquery_for_count` | Ryuta Kamizono | 2017-02-06 | 2 | -5/+5 | |
| |_|/ / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #27389 from kamipo/fix_mysql_pk_dumping_correctly | Jeremy Daer | 2017-02-06 | 11 | -236/+191 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | 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 | 6 | -174/+111 | |
| * | | | | | | | | | | Correctly dump integer-like primary key with default nil | Ryuta Kamizono | 2017-02-04 | 5 | -40/+40 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #27884 from kamipo/deprecate_migration_keys | Jeremy Daer | 2017-02-06 | 7 | -6/+18 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Deprecate `ColumnDumper#migration_keys` | Ryuta Kamizono | 2017-02-07 | 7 | -6/+18 | |
* | | | | | | | | | | | Merge pull request #27929 from kamipo/remove_useless_mysql_column_tests | Jeremy Daer | 2017-02-06 | 1 | -42/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Remove useless `MySQL::Column` tests | Ryuta Kamizono | 2017-02-07 | 1 | -42/+0 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #27928 from y-yagi/remove_activemodel_testcase_from_lib | Rafael França | 2017-02-06 | 4 | -6/+5 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Remove `ActiveModel::TestCase` from lib | yuuji.yaginuma | 2017-02-07 | 4 | -6/+5 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #27919 from bf4/correct_spelling | Arthur Nogueira Neves | 2017-02-06 | 21 | -29/+29 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Correct spelling | Benjamin Fleischer | 2017-02-05 | 21 | -29/+29 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #27924 from kenta-s/add-test-for-datetime-blank | Rafael França | 2017-02-06 | 3 | -0/+12 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add tests for `blank?` | kenta-s | 2017-02-06 | 3 | -0/+12 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #27902 from kirs/yaml-column-error | Kasper Timm Hansen | 2017-02-06 | 4 | -10/+10 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Indicate action that failed in YamlColumn | Kir Shatrov | 2017-02-05 | 4 | -10/+10 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #27900 from y-yagi/add_arg_key_to_process_action_mailer_event | Kasper Timm Hansen | 2017-02-05 | 3 | -1/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add `:args` to `process.action_mailer` event | yuuji.yaginuma | 2017-02-04 | 3 | -1/+25 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #27802 from domcleal/27801-multiple-rake-tests | Kasper Timm Hansen | 2017-02-05 | 3 | -7/+28 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Collect all file patterns when running multiple rake test tasks | Dominic Cleal | 2017-02-04 | 3 | -7/+28 | |
* | | | | | | | | Merge pull request #27898 from jaredbeck/docs_module_delegation_error | Eileen M. Uchitelle | 2017-02-04 | 1 | -7/+9 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Docs: Correction: Module::DelegationError | Jared Beck | 2017-02-03 | 1 | -7/+9 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #27896 from meagar/fix-assigns-typo-in-guide | Eileen M. Uchitelle | 2017-02-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix typo in guide: _articles should be _article | Matthew Eagar | 2017-02-03 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #27865 from composerinteralia/collection-ids-setter-bug | Eileen M. Uchitelle | 2017-02-03 | 3 | -2/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix collection_singular_ids= bug | Daniel Colson | 2017-02-02 | 3 | -2/+17 | |
* | | | | | | | | Merge pull request #27881 from koic/fix_test_type_map_lookup_using_oracle | Eileen M. Uchitelle | 2017-02-03 | 1 | -6/+14 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix a test of AR::Type::TypeMap#lookup when using Oracle | Koichi ITO | 2017-02-02 | 1 | -6/+14 | |
* | | | | | | | | | Merge pull request #27891 from y-yagi/ignore_yarn_error_log | Eileen M. Uchitelle | 2017-02-03 | 2 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Ignore yarn error log file | yuuji.yaginuma | 2017-02-03 | 2 | -0/+6 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #27880 from y-yagi/generate_mailer_layout_files_only_when_... | Kasper Timm Hansen | 2017-02-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | generate mailer layout files only when it does not exist | yuuji.yaginuma | 2017-02-02 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #27885 from kamipo/fix_ci_failure | Akira Matsuda | 2017-02-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix CI failure caused by aa647b46cce55ec12f5895e403c0d1b85502c8e0 | Ryuta Kamizono | 2017-02-02 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Fix test failures only seen when executed via bin/test | Akira Matsuda | 2017-02-02 | 1 | -1/+1 | |
* | | | | | | | | Properly escape test names | Akira Matsuda | 2017-02-02 | 1 | -3/+3 | |
* | | | | | | | | module Blog; class Post appears twice in AV tests | Akira Matsuda | 2017-02-02 | 1 | -3/+3 | |
* | | | | | | | | DRY fake models for testing | Akira Matsuda | 2017-02-02 | 2 | -37/+7 | |
* | | | | | | | | bin/test for Active Job and Action Cable tests | Akira Matsuda | 2017-02-02 | 2 | -0/+8 | |
|/ / / / / / / | ||||||
* | | | | | | | Virtual/generated column support for MySQL 5.7.5+ and MariaDB 5.2.0+ | Ryuta Kamizono | 2017-02-01 | 13 | -28/+170 |