Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | 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 | |
| * | | | | | | 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 | |
| * | | | | | | | Merge pull request #29770 from y-yagi/fix_boolean_column_migration_script | Kasper Timm Hansen | 2017-07-15 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix boolean column migration script | yuuji.yaginuma | 2017-07-13 | 2 | -2/+2 | |
| | | |_|/ / / / | | |/| | | | | | ||||||
| * / | | | | | | Remove useless `aliased_table_name` in `JoinDependency` | Ryuta Kamizono | 2017-07-15 | 4 | -18/+1 | |
| |/ / / / / / | ||||||
* / / / / / / | Bugfix: unscope(where: [columns]) would not remove the correct binds sometimes | Maxime Lapointe | 2017-07-13 | 3 | -2/+34 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #29699 from lugray/represent_boolean_as_integer | Matthew Draper | 2017-07-12 | 8 | -8/+90 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Change sqlite3 boolean serialization to use 1 and 0 | Lisa Ugray | 2017-07-11 | 8 | -8/+90 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #29746 from kamipo/extract_fake_klass | Rafael França | 2017-07-11 | 3 | -52/+38 | |
|\ \ \ \ \ | ||||||
| * | | | | | Extract `FakeKlass` in `relation_test.rb` and `relation/mutation_test.rb` | Ryuta Kamizono | 2017-07-11 | 3 | -52/+38 | |
| |/ / / / | ||||||
* / / / / | [Action Record] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 3 | -0/+3 | |
|/ / / / | ||||||
* | | | | * Don't eagerly require Rails' minitest plugin. | Kasper Timm Hansen | 2017-07-10 | 1 | -1/+1 | |
* | | | | Merge pull request #29655 from kirs/frozen-friendly-ap-ar | Matthew Draper | 2017-07-10 | 1 | -1/+2 | |
|\ \ \ \ | ||||||
| * | | | | Prepare AP and AR to be frozen string friendly | Kir Shatrov | 2017-07-06 | 1 | -1/+2 | |
* | | | | | Merge pull request #29715 from reverbdotcom/ptd/fix-invalid-uuids | Matthew Draper | 2017-07-09 | 2 | -2/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Don't allow uuids with orphan curly braces | pdebelak | 2017-07-07 | 2 | -2/+4 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Add backticks [ci skip] | Ryuta Kamizono | 2017-07-09 | 1 | -2/+2 | |
* | | | | | Merge pull request #28867 from eugeneius/skip_query_cache_in_batches | Matthew Draper | 2017-07-09 | 11 | -20/+224 | |
|\ \ \ \ \ | ||||||
| * | | | | | Skip query cache for in_batches and friends | Eugene Kenny | 2017-07-06 | 10 | -20/+216 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #29692 from fimmtiu/avoid-translating-non-database-exceptions | Matthew Draper | 2017-07-09 | 3 | -2/+31 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 | |
| * | | | | | Fix changelog wording as suggested. | Dennis Taylor | 2017-07-07 | 1 | -2/+2 | |
| * | | | | | 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 |