Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | Fix unscoping `default_scope` for `Preloader` | Ryuta Kamizono | 2017-07-19 | 1 | -0/+2 | |
| | * | | | | | | | | | | Fix unscoping `default_scope` in STI associations | Ryuta Kamizono | 2017-07-19 | 3 | -0/+18 | |
| * | | | | | | | | | | | Don't convert dates to strings when using prepared statements in mysql | Sean Griffin | 2017-07-18 | 1 | -3/+11 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | 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 | 2 | -6/+4 | |
| * | | | | | | | | | | Remove deprecated code concerning dirty methods in after callbacks | Sean Griffin | 2017-07-18 | 1 | -4/+3 | |
| * | | | | | | | | | | Fix `JoinDependency` with using a custom table | Ryuta Kamizono | 2017-07-18 | 1 | -5/+14 | |
| * | | | | | | | | | | 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 | 1 | -4/+2 | |
| * | | | | | | | | | | | Merge pull request #29796 from kamipo/fix_where_with_custom_table | Sean Griffin | 2017-07-17 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fix `where` with a custom table | Ryuta Kamizono | 2017-07-18 | 1 | -4/+4 | |
| * | | | | | | | | | | | | `Persistence#delete` should not be affected by scoping | Ryuta Kamizono | 2017-07-18 | 1 | -0/+7 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | 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 | 1 | -0/+11 | |
| * | | | | | | | | | | | Merge pull request #29825 from kamipo/remove_useless_arel_engine | Sean Griffin | 2017-07-17 | 1 | -7/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Remove useless `arel_engine` | Ryuta Kamizono | 2017-07-17 | 1 | -7/+2 | |
| * | | | | | | | | | | | | Post.joins(:users) should not be affected by `User.current_scope` | Sean Griffin | 2017-07-17 | 1 | -0/+10 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Enable `Layout/FirstParameterIndentation` cop | Ryuta Kamizono | 2017-07-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge pull request #29813 from kamipo/fix_create_with_multiparameter_attributes | Kasper Timm Hansen | 2017-07-16 | 1 | -13/+32 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fix `create_with` with multiparameter attributes | Ryuta Kamizono | 2017-07-16 | 1 | -13/+32 | |
| * | | | | | | | | | | | | Don't cache `scope_for_create` | Ryuta Kamizono | 2017-07-16 | 1 | -10/+2 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Fix `create_with` using both string and symbol | Ryuta Kamizono | 2017-07-16 | 3 | -5/+9 | |
| * | | | | | | | | | | | 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 | |
| | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #29769 from kamipo/remove_extra_order_for_first | Kasper Timm Hansen | 2017-07-15 | 2 | -32/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Remove extra `.merge!(order: "id")` for `Relation#first` in tests | Ryuta Kamizono | 2017-07-13 | 2 | -32/+28 | |
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
* | / | | | | | | | | | Bugfix: unscope(where: [columns]) would not remove the correct binds sometimes | Maxime Lapointe | 2017-07-13 | 1 | -1/+17 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #29699 from lugray/represent_boolean_as_integer | Matthew Draper | 2017-07-12 | 3 | -4/+17 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Change sqlite3 boolean serialization to use 1 and 0 | Lisa Ugray | 2017-07-11 | 3 | -4/+17 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | Extract `FakeKlass` in `relation_test.rb` and `relation/mutation_test.rb` | Ryuta Kamizono | 2017-07-11 | 3 | -52/+38 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #29715 from reverbdotcom/ptd/fix-invalid-uuids | Matthew Draper | 2017-07-09 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Don't allow uuids with orphan curly braces | pdebelak | 2017-07-07 | 1 | -1/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #28867 from eugeneius/skip_query_cache_in_batches | Matthew Draper | 2017-07-09 | 5 | -1/+179 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Skip query cache for in_batches and friends | Eugene Kenny | 2017-07-06 | 5 | -1/+179 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #29692 from fimmtiu/avoid-translating-non-database-exceptions | Matthew Draper | 2017-07-09 | 1 | -0/+22 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove driver-specific hard-coding in the tests. | Dennis Taylor | 2017-07-07 | 1 | -9/+1 | |
| * | | | | | | | Rename the StatementInvalid test method for clarity. | Dennis Taylor | 2017-07-07 | 1 | -1/+1 | |
| * | | | | | | | Use StandardError instead of RuntimeError. | Dennis Taylor | 2017-07-06 | 1 | -2/+2 | |
| * | | | | | | | Fix indentation style for private method. | Dennis Taylor | 2017-07-05 | 1 | -5/+5 | |
| * | | | | | | | Don't translate non-database exceptions. | Dennis Taylor | 2017-07-05 | 1 | -0/+30 | |
| |/ / / / / / | ||||||
* / / / / / / | Use `information_schema` to extract `generation_expression` for MariaDB | Ryuta Kamizono | 2017-07-07 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Fix `ActiveModel::Type::DateTime#serialize` | Lisa Ugray | 2017-07-05 | 1 | -0/+13 |