Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Revert "Merge pull request #33563 from lzap/foreign-key-note-doc" | Ryuta Kamizono | 2019-02-11 | 1 | -3/+0 | |
| * | | | | | | | SQLite3: Implement `add_foreign_key` and `remove_foreign_key` | Ryuta Kamizono | 2019-02-11 | 11 | -21/+83 | |
|/ / / / / / / | ||||||
* | | | | | | | More exercise table name prefix and suffix tests | Ryuta Kamizono | 2019-02-11 | 5 | -33/+97 | |
* | | | | | | | Revert "Merge pull request #35211 from y-yagi/fix_broken_association_test" (#... | Yuji Yaginuma | 2019-02-11 | 1 | -16/+0 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #35211 from y-yagi/fix_broken_association_test | Yuji Yaginuma | 2019-02-10 | 1 | -0/+16 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Avoid ajv@6.9.0 for now | yuuji.yaginuma | 2019-02-10 | 1 | -0/+16 | |
* | | | | | | | Fix random CI failure due to non-deterministic sorting order | Ryuta Kamizono | 2019-02-10 | 1 | -3/+3 | |
* | | | | | | | Merge pull request #35203 from chiastolite/add_column_without_column_names | Ryuta Kamizono | 2019-02-10 | 2 | -0/+12 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Do not allow to add column without column name | Hiroyuki Morita | 2019-02-10 | 2 | -0/+10 | |
* | | | | | | | Merge pull request #35201 from rails/no-leaks2 | Aaron Patterson | 2019-02-09 | 8 | -20/+60 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Always call super | Aaron Patterson | 2019-02-08 | 3 | -3/+1 | |
| * | | | | | | reuse details cache key identity object | Aaron Patterson | 2019-02-08 | 1 | -5/+1 | |
| * | | | | | | Teach DetailsKey how to clear the template cache | Aaron Patterson | 2019-02-08 | 5 | -11/+38 | |
| * | | | | | | Split digest cache from details identity cache | Aaron Patterson | 2019-02-08 | 4 | -8/+27 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Refactor to extract defining column methods as `define_column_methods` | Ryuta Kamizono | 2019-02-09 | 3 | -142/+161 | |
* | | | | | | Fix rubocop violations | yuuji.yaginuma | 2019-02-09 | 2 | -11/+9 | |
* | | | | | | Remove redundant returning `object` | Ryuta Kamizono | 2019-02-09 | 1 | -1/+0 | |
* | | | | | | Use Ruby 2.4+ native transform_values(!) | Kasper Timm Hansen | 2019-02-08 | 1 | -7/+2 | |
* | | | | | | Delete uneeded blank file | Guillermo Iguaran | 2019-02-08 | 1 | -0/+0 | |
* | | | | | | Add 'Hash#deep_transform_values', and 'Hash#deep_transform_values!' | Guillermo Iguaran | 2019-02-08 | 5 | -0/+84 | |
* | | | | | | Refactor to just use `Association#target=` in `associate_records_to_owner` | Ryuta Kamizono | 2019-02-09 | 1 | -3/+2 | |
* | | | | | | Merge pull request #34618 from bogdanvlviv/fix-elapsed-time-calculations | Kasper Timm Hansen | 2019-02-08 | 4 | -9/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix elapsed time calculations | bogdanvlviv | 2019-02-08 | 4 | -9/+9 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #35193 from kamipo/fix_exists_with_distinct_and_offset | Ryuta Kamizono | 2019-02-08 | 2 | -4/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix `relation.exists?` with giving both `distinct` and `offset` | Ryuta Kamizono | 2019-02-08 | 2 | -4/+18 | |
* | | | | | | | Merge pull request #35178 from bogdan/has-many-size | Ryuta Kamizono | 2019-02-08 | 2 | -2/+17 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Bugfix has_many association #size when ids reader is cached and association i... | Bogdan Gusiev | 2019-02-08 | 2 | -2/+17 | |
* | | | | | | | Refactor extracting `current_scope_restoring_block` into the scoping class | Ryuta Kamizono | 2019-02-08 | 2 | -5/+9 | |
* | | | | | | | Merge pull request #35099 from yahonda/diag35098 | Ryuta Kamizono | 2019-02-08 | 2 | -3/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Address `test_belongs_to_does_not_use_order_by` failure due to checking order... | Yasuo Honda | 2019-02-08 | 2 | -3/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #35187 from jhawthorn/db-selection-resolver_context | Eileen M. Uchitelle | 2019-02-07 | 3 | -7/+8 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Update CHANGELOG for database_resolver_context | John Hawthorn | 2019-02-07 | 1 | -2/+2 | |
| * | | | | | | Rename database_operations config to *_context | John Hawthorn | 2019-02-07 | 2 | -5/+6 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #35182 from jhawthorn/db-selection-refactor | Eileen M. Uchitelle | 2019-02-07 | 3 | -19/+19 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Rename database selector operations to context | John Hawthorn | 2019-02-07 | 2 | -18/+18 | |
| * | | | | | Rename resolver ivar to operations in Resolver | John Hawthorn | 2019-02-06 | 1 | -7/+7 | |
| * | | | | | Rename Session.build to Session.call | John Hawthorn | 2019-02-06 | 2 | -2/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #35186 from kamipo/fix_leaking_scope_on_relation_create | Ryuta Kamizono | 2019-02-07 | 5 | -6/+45 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix `relation.create` to avoid leaking scope to initialization block and call... | Ryuta Kamizono | 2019-02-07 | 5 | -6/+45 | |
|/ / / / / | ||||||
* | | | | | Refactor around scoping | Ryuta Kamizono | 2019-02-07 | 5 | -18/+16 | |
* | | | | | Merge pull request #35036 from rails/av-base-subclass | Aaron Patterson | 2019-02-06 | 19 | -66/+137 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix deprecation warnings and call super | Aaron Patterson | 2019-02-06 | 1 | -2/+2 | |
| * | | | | | Fix some typos! | Aaron Patterson | 2019-02-06 | 2 | -1/+5 | |
| * | | | | | Add a message to help allocate AV::Base instances | Aaron Patterson | 2019-02-06 | 1 | -1/+5 | |
| * | | | | | Deprecate finalizer configuration (it doesn't do anything) | Aaron Patterson | 2019-02-06 | 4 | -0/+49 | |
| * | | | | | Rename method so it is more descriptive | Aaron Patterson | 2019-02-06 | 1 | -3/+3 | |
| * | | | | | Pull generated methods up in to the anonymous subclass | Aaron Patterson | 2019-02-06 | 3 | -19/+8 | |
| * | | | | | 🚨 Make the cops happy 🚨 | Aaron Patterson | 2019-02-06 | 3 | -3/+3 | |
| * | | | | | Remove finalizer and configuration | Aaron Patterson | 2019-02-06 | 5 | -50/+0 | |
| * | | | | | Regenerate AV::Base subclass when DetailsKey gets cleared | Aaron Patterson | 2019-02-06 | 2 | -3/+29 |