| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 676 | -11/+1362 |
| |/ / / / / |
|
* / / / / / | Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`" | Sean Griffin | 2017-07-21 | 13 | -46/+56 |
|/ / / / / |
|
* | | | | | Merge pull request #29033 from kamipo/make_preload_query_to_prepared_statements | Sean Griffin | 2017-07-18 | 4 | -4/+4 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Make preload query to preparable | Ryuta Kamizono | 2017-07-07 | 4 | -4/+4 |
* | | | | | Fix type casting a time for MariaDB | Ryuta Kamizono | 2017-07-19 | 1 | -1/+0 |
* | | | | | Merge branch 'master' into fix_unscope_where_column_with_or | Sean Griffin | 2017-07-18 | 47 | -403/+363 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge pull request #29785 from cswilliams/rescue_postgres_connection_errors_o... | Sean Griffin | 2017-07-18 | 1 | -0/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Catch postgres connection errors when trying to dealloc the statement pool | Chris Williams | 2017-07-13 | 1 | -0/+1 |
| | | |/ / /
| | |/| | | |
|
| * | | | | | Merge pull request #29834 from kamipo/fix_unscoping_default_scope_with_sti_as... | Sean Griffin | 2017-07-18 | 6 | -3/+39 |
| |\ \ \ \ \ |
|
| | * | | | | | Fix unscoping `default_scope` for `Preloader` | Ryuta Kamizono | 2017-07-19 | 2 | -1/+13 |
| | * | | | | | Fix unscoping `default_scope` in STI associations | Ryuta Kamizono | 2017-07-19 | 5 | -2/+26 |
| * | | | | | | Don't convert dates to strings when using prepared statements in mysql | Sean Griffin | 2017-07-18 | 2 | -3/+19 |
| |/ / / / / |
|
| * | | | | | Fix typo s/rause/raise/ | Ryuta Kamizono | 2017-07-19 | 1 | -1/+1 |
| * | | | | | Remove deprecated code concerning non-attributes and `*_will_change!` | Sean Griffin | 2017-07-18 | 4 | -24/+7 |
| * | | | | | Remove deprecated code concerning dirty methods in after callbacks | Sean Griffin | 2017-07-18 | 2 | -83/+11 |
| * | | | | | Remove incorrect comment | Sean Griffin | 2017-07-18 | 1 | -2/+0 |
| * | | | | | Fix `JoinDependency` with using a custom table | Ryuta Kamizono | 2017-07-18 | 6 | -18/+29 |
| * | | | | | Merge pull request #29801 from kamipo/extract_null_relation_test | Sean Griffin | 2017-07-17 | 2 | -118/+82 |
| |\ \ \ \ \ |
|
| | * | | | | | Ensure calculation methods execute no queries | Ryuta Kamizono | 2017-07-15 | 1 | -60/+14 |
| | * | | | | | Extract `NullRelationTest` from `RelationTest` | Ryuta Kamizono | 2017-07-15 | 2 | -118/+128 |
| | |/ / / / |
|
| * | | | | | Merge pull request #29799 from kamipo/remove_outdated_test_scoped_responds_to... | Sean Griffin | 2017-07-17 | 1 | -8/+0 |
| |\ \ \ \ \ |
|
| | * | | | | | Remove outdated `test_scoped_responds_to_delegated_methods` | Ryuta Kamizono | 2017-07-15 | 1 | -8/+0 |
| | |/ / / / |
|
| * | | | | | Merge pull request #25564 from brewski/serializable_hash_fix | Sean Griffin | 2017-07-17 | 1 | -4/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | Correctly handle frozen options for ActiveRecord::Serialization#serializable_... | Brian Abreu | 2016-12-09 | 2 | -5/+3 |
| * | | | | | | Merge pull request #29796 from kamipo/fix_where_with_custom_table | Sean Griffin | 2017-07-17 | 2 | -5/+5 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Fix `where` with a custom table | Ryuta Kamizono | 2017-07-18 | 2 | -5/+5 |
| * | | | | | | | `Persistence#delete` should not be affected by scoping | Ryuta Kamizono | 2017-07-18 | 2 | -1/+12 |
| |/ / / / / / |
|
| * | | | | | | Merge pull request #29788 from kamipo/remove_unused_mutex_m | Rafael França | 2017-07-17 | 2 | -3/+2 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Make `generated_attribute_methods` to private | Ryuta Kamizono | 2017-07-14 | 1 | -1/+1 |
| | * | | | | | | Remove unused `Mutex_m` in Active Model | Ryuta Kamizono | 2017-07-14 | 1 | -2/+1 |
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | Allow multiparameter assigned attributes to be used with `text_field` | Sean Griffin | 2017-07-17 | 3 | -1/+17 |
| * | | | | | | Merge pull request #29825 from kamipo/remove_useless_arel_engine | Sean Griffin | 2017-07-17 | 4 | -19/+3 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Remove useless `arel_engine` | Ryuta Kamizono | 2017-07-17 | 4 | -19/+3 |
| * | | | | | | | Post.joins(:users) should not be affected by `User.current_scope` | Sean Griffin | 2017-07-17 | 3 | -4/+19 |
| |/ / / / / / |
|
| * | | | | | | Enable `Layout/FirstParameterIndentation` cop | Ryuta Kamizono | 2017-07-17 | 1 | -1/+1 |
| * | | | | | | Merge pull request #29812 from kamipo/remove_unused_requires | Kasper Timm Hansen | 2017-07-16 | 2 | -5/+0 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Remove unused requires | Ryuta Kamizono | 2017-07-16 | 2 | -5/+0 |
| * | | | | | | | Merge pull request #29782 from y-yagi/follow_up_29699 | Kasper Timm Hansen | 2017-07-16 | 2 | -3/+13 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Set `represent_boolean_as_integer` via `configuration` | yuuji.yaginuma | 2017-07-16 | 2 | -3/+13 |
| * | | | | | | | | Merge pull request #29813 from kamipo/fix_create_with_multiparameter_attributes | Kasper Timm Hansen | 2017-07-16 | 2 | -16/+34 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Fix `create_with` with multiparameter attributes | Ryuta Kamizono | 2017-07-16 | 2 | -16/+34 |
| | | |/ / / / / /
| | |/| | | | | | |
|
| * | | | | | | | | Merge pull request #29814 from kamipo/dont_cache_scope_for_create | Kasper Timm Hansen | 2017-07-16 | 4 | -14/+6 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Don't cache `scope_for_create` | Ryuta Kamizono | 2017-07-16 | 4 | -14/+6 |
| | |/ / / / / / / |
|
| * / / / / / / / | Fix code formatting for QueryMethods#select | Robin Dupret | 2017-07-16 | 1 | -2/+3 |
| |/ / / / / / / |
|
| * | | | | | | | Merge pull request #29809 from kamipo/remove_unused_ivars | Kasper Timm Hansen | 2017-07-16 | 1 | -2/+1 |
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | * | | | | | | Remove unused `@last`, `@order_clause`, and `@join_dependency` | Ryuta Kamizono | 2017-07-16 | 1 | -2/+1 |
| * | | | | | | | Fix `create_with` using both string and symbol | Ryuta Kamizono | 2017-07-16 | 9 | -18/+20 |
| * | | | | | | | Use `where(id: 10)` rather than `where(relation.table[:id].eq(10))` | Ryuta Kamizono | 2017-07-16 | 1 | -5/+5 |
| |/ / / / / / |
|
| * | | | | | | Merge pull request #29679 from kamipo/add_test_case_for_27724 | Kasper Timm Hansen | 2017-07-15 | 2 | -0/+12 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Add a test case for overwriting existing condition on associations | Ryuta Kamizono | 2017-07-07 | 2 | -0/+12 |