Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | 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 | |
* | | | | | | Merge pull request #29413 from kamipo/fix_association_with_scope_including_joins | Rafael França | 2017-07-04 | 3 | -0/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix eager loading association with scope including joins | Ryuta Kamizono | 2017-07-04 | 1 | -0/+1 | |
| * | | | | | | Fix preloading association with scope including joins | Ryuta Kamizono | 2017-07-04 | 3 | -0/+7 | |
* | | | | | | | Merge pull request #29653 from kamipo/fix_test_copying_migrations_preserving_... | Rafael França | 2017-07-04 | 2 | -2/+3 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix `test_copying_migrations_preserving_magic_comments` | Ryuta Kamizono | 2017-07-02 | 2 | -2/+3 | |
* | | | | | | | Merge pull request #29658 from kamipo/remove_redundant_assert_respond_to | Kasper Timm Hansen | 2017-07-02 | 1 | -26/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove redundant `assert_respond_to` | Ryuta Kamizono | 2017-07-03 | 1 | -26/+0 | |
* | | | | | | | | :warning: "Use assert_nil if expecting nil. This will fail in Minitest 6." | Akira Matsuda | 2017-07-02 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Apply record state based on parent transaction state | eileencodes | 2017-07-01 | 1 | -0/+70 | |
* | | | | | | | Deprecate and replace `set_state` method | eileencodes | 2017-07-01 | 1 | -0/+38 | |
|/ / / / / / | ||||||
* | | | | | | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 432 | -444/+12 | |
* | | | | | | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 432 | -12/+444 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 432 | -12/+444 | |
* | | | | | | | Merge pull request #29506 from pat/frozen-string-literals | Matthew Draper | 2017-07-02 | 7 | -17/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make ActiveRecord frozen string literal friendly. | Pat Allan | 2017-06-20 | 7 | -17/+17 | |
* | | | | | | | | Merge pull request #29631 from kamipo/should_be_clear_association_ids | Matthew Draper | 2017-07-01 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Should be clear `@association_ids` when joined newly associated record | Ryuta Kamizono | 2017-06-30 | 1 | -0/+5 | |
* | | | | | | | | | Merge pull request #28808 from fschwahn/fix-polymorphic-automic-inverse | Matthew Draper | 2017-07-01 | 2 | -6/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add regression test for setting inverse instances on normal & polymorphic rel... | Fabian Schwahn | 2017-04-20 | 1 | -0/+14 | |
| * | | | | | | | | | Remove :polymorphic from INVALID_AUTOMATIC_INVERSE_OPTIONS | Fabian Schwahn | 2017-04-20 | 1 | -6/+2 | |
* | | | | | | | | | | Merge pull request #29536 from nickrivadeneira/fix-yaml | Matthew Draper | 2017-07-01 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | |