| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -2/+2 |
* | Make scope arity check consistent (#36134) | Rob Trame | 2019-05-01 | 1 | -0/+18 |
* | 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 | 1 | -0/+4 |
* | Merge pull request #32313 from lulalala/model_error_as_object | Rafael França | 2019-04-24 | 3 | -13/+19 |
|\ |
|
| * | Assert deprecation | lulalala | 2019-03-31 | 1 | -2/+2 |
| * | Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'` | lulalala | 2019-03-31 | 1 | -6/+10 |
| * | 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 | 1 | -1/+38 |
|\ \ |
|
| * | | Adds touch option to has_one association | Abhay Nikam | 2019-04-25 | 1 | -1/+38 |
* | | | 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 |
| |/ /
|/| | |
|
* | | | Merge pull request #35899 from eileencodes/fix-connection-when-handler-doesnt... | Eileen M. Uchitelle | 2019-04-15 | 1 | -7/+34 |
|\ \ \ |
|
| * | | | Ensure a handler is set when using `connected_to` | eileencodes | 2019-04-08 | 1 | -7/+34 |
* | | | | Fix dirty tracking for `touch` | Ryuta Kamizono | 2019-04-15 | 2 | -4/+21 |
* | | | | Merge pull request #35970 from yskkin/reversible_comment | Ryuta Kamizono | 2019-04-15 | 3 | -0/+122 |
|\ \ \ \ |
|
| * | | | | make change_column_comment and change_table_comment invertible | Yoshiyuki Kinjo | 2019-04-15 | 3 | -0/+122 |
* | | | | | Don't expose `add_to_transaction` | Ryuta Kamizono | 2019-04-14 | 2 | -4/+4 |
|/ / / / |
|
* | | | | Merge pull request #35966 from shioyama/define_validator_on_topic_subclass | Ryuta Kamizono | 2019-04-14 | 1 | -5/+7 |
|\ \ \ \ |
|
| * | | | | Add validation to subclass in tests to avoid polluting parent class | Chris Salzberg | 2019-04-13 | 1 | -5/+7 |
* | | | | | Merge pull request #35958 from yskkin/bulk_change_table | Ryuta Kamizono | 2019-04-14 | 1 | -7/+17 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | use PostgreSQL's bulk_alter_table implementation | Yoshiyuki Kinjo | 2019-04-13 | 1 | -7/+17 |
* | | | | | Auto-correct `Style/StringLiterals` cop offences | Ryuta Kamizono | 2019-04-13 | 1 | -4/+4 |
* | | | | | Fix `presicion` -> `precision` | yuuji.yaginuma | 2019-04-13 | 2 | -6/+6 |
* | | | | | Fix test flakyness due to `test_truncate_tables` | Guilherme Mansur | 2019-04-12 | 1 | -0/+16 |
|/ / / / |
|
* | | | | Merge pull request #35918 from kamipo/lazy_sync_with_transaction_state_on_des... | Ryuta Kamizono | 2019-04-12 | 1 | -6/+8 |
|\ \ \ \ |
|
| * | | | | Lazy sync with transaction state on destroy | Ryuta Kamizono | 2019-04-10 | 1 | -6/+8 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #35920 from kamipo/dont_call_commit_callbacks_for_invalid_... | Ryuta Kamizono | 2019-04-12 | 2 | -4/+26 |
|\ \ \ \ |
|
| * | | | | Don't call after_commit callbacks despite a record isn't saved | Ryuta Kamizono | 2019-04-12 | 2 | -4/+26 |
| |/ / / |
|
* | | | | Fix `automatic_inverse_of` not to be disabled if extension block is given | Ryuta Kamizono | 2019-04-12 | 3 | -10/+19 |