| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge pull request #36384 from guigs/fix-invalid-schema-when-pk-column-has-co... | Ryuta Kamizono | 2019-06-03 | 1 | -1/+21 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix invalid schema dump when primary key column has a comment | Guilherme Goettems Schneider | 2019-06-03 | 1 | -1/+21 |
* | | | Address test_pluck_columns_with_same_name failure due to nondeterministic sor... | Yasuo Honda | 2019-06-02 | 1 | -1/+1 |
|/ / |
|
* | | Fix table comment also being applied to the primary key column | Guilherme Goettems Schneider | 2019-05-31 | 1 | -0/+5 |
* | | Address intermittent CI failure due to non-determined sort order | Ryuta Kamizono | 2019-05-30 | 1 | -6/+7 |
* | | Address intermittent CI failure in cascaded_eager_loading_test.rb | Ryuta Kamizono | 2019-05-29 | 1 | -12/+12 |
* | | Merge pull request #36353 from p8/fix-spelling-in-face-model | Ryuta Kamizono | 2019-05-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix comment for "broken" inverse_of associations [ci skip] | Petrik | 2019-05-28 | 1 | -1/+1 |
* | | | Address intermittent CI failure due to unfilled schema columns cache | Ryuta Kamizono | 2019-05-29 | 1 | -3/+3 |
|/ / |
|
* | | Use `capture_sql` instead of `assert_sql` with no pattern | Ryuta Kamizono | 2019-05-22 | 3 | -15/+12 |
* | | Give up filling schema cache before `assert_no_queries` | Ryuta Kamizono | 2019-05-22 | 6 | -90/+24 |
* | | Fall back to type casting from the connection adapter | Ryuta Kamizono | 2019-05-21 | 1 | -1/+6 |
* | | Except SCHEMA SQLs in `capture_sql` | Ryuta Kamizono | 2019-05-21 | 1 | -1/+1 |
* | | Implicit through table joins should be appeared before user supplied joins | Ryuta Kamizono | 2019-05-19 | 1 | -0/+8 |
* | | Merge pull request #36284 from kamipo/fix_eager_loading_with_string_joins | Ryuta Kamizono | 2019-05-15 | 2 | -0/+12 |
|\ \ |
|
| * | | Fix eager loading associations with string joins not to raise NoMethodError | Ryuta Kamizono | 2019-05-15 | 2 | -0/+12 |
* | | | Don't track implicit `touch` mutation | Ryuta Kamizono | 2019-05-13 | 1 | -5/+15 |
| |/
|/| |
|
* | | Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log name | Yasuo Honda | 2019-05-08 | 2 | -11/+3 |
|/ |
|
* | Should attempt `committed!`/`rolledback!` to all enrolled records in the tran... | Ryuta Kamizono | 2019-05-07 | 1 | -5/+51 |
* | Remove redundant `test_too_many_binds` | Yasuo Honda | 2019-05-03 | 1 | -20/+0 |
* | Namespace association extension modules under the owner model | Jean Boussier | 2019-05-02 | 2 | -10/+10 |
* | Make scope arity check consistent (#36134) | Rob Trame | 2019-05-01 | 2 | -0/+19 |
* | Remove database specific sql statements from SQLCounter | Yasuo Honda | 2019-05-01 | 3 | -19/+7 |
* | Should take the record's state of first action in the transaction | Ryuta Kamizono | 2019-04-30 | 1 | -0/+2 |
* | Fix merging left_joins to maintain its own `join_type` context | Ryuta Kamizono | 2019-04-27 | 2 | -0/+5 |
* | Merge pull request #32313 from lulalala/model_error_as_object | Rafael França | 2019-04-24 | 4 | -19/+25 |
|\ |
|
| * | Assert deprecation | lulalala | 2019-03-31 | 1 | -2/+2 |
| * | Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'` | lulalala | 2019-03-31 | 2 | -12/+16 |
| * | Fix spec as generate_message is no longer called during validation | lulalala | 2019-03-31 | 1 | -0/+2 |
| * | Fix misalignment caused by SHA eebb9ddf9ba559a510975c486fe59a4edc9da97d | lulalala | 2019-03-31 | 1 | -5/+5 |
* | | Merge pull request #35869 from abhaynikam/35866-add-touch-option-for-has-one-... | Ryuta Kamizono | 2019-04-25 | 3 | -2/+43 |
|\ \ |
|
| * | | Adds touch option to has_one association | Abhay Nikam | 2019-04-25 | 3 | -2/+43 |
* | | | Avoid redundant `attribute_alias?` before `attribute_alias` | Ryuta Kamizono | 2019-04-24 | 1 | -2/+2 |
* | | | Fix sliced IN clauses to be grouped | Ryuta Kamizono | 2019-04-24 | 6 | -46/+25 |
|/ / |
|
* | | Make association builder methods private | Ryuta Kamizono | 2019-04-24 | 1 | -1/+1 |
* | | Merge pull request #36029 from kamipo/deprecate_where_not | Ryuta Kamizono | 2019-04-23 | 2 | -6/+51 |
|\ \ |
|
| * | | Deprecate `where.not` working as NOR and will be changed to NAND in Rails 6.1 | Ryuta Kamizono | 2019-04-19 | 2 | -6/+51 |
* | | | PERF: 20% faster pk attribute access | Ryuta Kamizono | 2019-04-22 | 1 | -0/+8 |
* | | | Revert "Deprecate `collection_cache_key` which is private API" | Ryuta Kamizono | 2019-04-19 | 1 | -3/+1 |
* | | | Deprecate `collection_cache_key` which is private API | Ryuta Kamizono | 2019-04-19 | 1 | -1/+3 |
* | | | Merge pull request #34788 from gsamokovarov/actionable-errors | Kasper Timm Hansen | 2019-04-19 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | Make ActiveRecord::PendingMigrationError actionable | Genadi Samokovarov | 2019-04-19 | 1 | -2/+4 |
| |/ / |
|
* | | | Fix const `Post` leakage in `test/cases/base_test.rb` | Ryuta Kamizono | 2019-04-19 | 1 | -0/+2 |
* | | | Give GeneratedRelationMethods module a name | Ryuta Kamizono | 2019-04-19 | 2 | -2/+12 |
|/ / |
|
* | | Merge pull request #35987 from kamipo/fix_dirty_tracking_after_rollback | Ryuta Kamizono | 2019-04-17 | 1 | -0/+59 |
|\ \ |
|
| * | | Fix dirty tracking after rollback. | Ryuta Kamizono | 2019-04-16 | 1 | -0/+59 |
* | | | Add collection cache versioning | Lachlan Sylvester | 2019-04-16 | 1 | -0/+34 |
* | | | Merge pull request #35946 from alimi/cache-full-mysql-database-version | Kasper Timm Hansen | 2019-04-16 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Cache full MySQL version in schema cache | Ali Ibrahim | 2019-04-11 | 1 | -0/+4 |
* | | | | Bump RuboCop to 0.67.2 | Koichi ITO | 2019-04-16 | 1 | -2/+2 |
| |/ /
|/| | |
|