| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | Add `remove_foreign_key` for `change_table` | Ryuta Kamizono | 2019-02-11 | 1 | -0/+11 |
* | | | | | | SQLite3: Implement `add_foreign_key` and `remove_foreign_key` | Ryuta Kamizono | 2019-02-11 | 4 | -15/+47 |
* | | | | | | More exercise table name prefix and suffix tests | Ryuta Kamizono | 2019-02-11 | 1 | -25/+81 |
* | | | | | | 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 | 1 | -0/+11 |
|\ \ \ \ \ \ |
|
| * | | | | | | Do not allow to add column without column name | Hiroyuki Morita | 2019-02-10 | 1 | -0/+9 |
|/ / / / / / |
|
* | | | | | | Merge pull request #35193 from kamipo/fix_exists_with_distinct_and_offset | Ryuta Kamizono | 2019-02-08 | 1 | -0/+10 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix `relation.exists?` with giving both `distinct` and `offset` | Ryuta Kamizono | 2019-02-08 | 1 | -0/+10 |
| |/ / / / / |
|
* | | | | | | Merge pull request #35178 from bogdan/has-many-size | Ryuta Kamizono | 2019-02-08 | 1 | -0/+15 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Bugfix has_many association #size when ids reader is cached and association i... | Bogdan Gusiev | 2019-02-08 | 1 | -0/+15 |
* | | | | | | Address `test_belongs_to_does_not_use_order_by` failure due to checking order... | Yasuo Honda | 2019-02-08 | 2 | -3/+4 |
* | | | | | | Fix `relation.create` to avoid leaking scope to initialization block and call... | Ryuta Kamizono | 2019-02-07 | 3 | -4/+24 |
* | | | | | | Fix `CollectionProxy#concat` to return self by alias it to `#<<` | Yuya Tanaka | 2019-02-06 | 2 | -2/+4 |
* | | | | | | Relation no longer respond to Arel methods | Ryuta Kamizono | 2019-02-06 | 2 | -18/+7 |
* | | | | | | Merge pull request #32380 from kamipo/fix_leaking_scope | Ryuta Kamizono | 2019-02-06 | 2 | -0/+17 |
|\ \ \ \ \ \ |
|
| * | | | | | | Chaining named scope is no longer leaking to class level querying methods | Ryuta Kamizono | 2019-02-06 | 2 | -0/+17 |
| |/ / / / / |
|
* / / / / / | Respect ENV variables when finding DBs etc for the test suite | Matthew Draper | 2019-02-06 | 1 | -0/+6 |
|/ / / / / |
|
* | | | | | Merge pull request #35127 from bogdan/counter-cache-loading | Ryuta Kamizono | 2019-02-05 | 1 | -5/+35 |
|\ \ \ \ \ |
|
| * | | | | | Bugfix association loading behavior when counter cache is zero | Bogdan Gusiev | 2019-02-05 | 1 | -5/+35 |
* | | | | | | Merge pull request #35089 from eileencodes/fix-query-cache-for-database-switc... | Eileen M. Uchitelle | 2019-02-04 | 1 | -0/+38 |
|\ \ \ \ \ \ |
|
| * | | | | | | Invalidate query cache for all connections in the current thread | Eileen Uchitelle | 2019-02-01 | 1 | -0/+38 |
* | | | | | | | Merge pull request #35132 from eileencodes/allow-application-to-change-handle... | Eileen M. Uchitelle | 2019-02-04 | 3 | -0/+48 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Add ability to change the names of the default handlers | Eileen Uchitelle | 2019-02-01 | 3 | -0/+48 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #35130 from rails/move-delay-to-options-argument | Eileen M. Uchitelle | 2019-02-01 | 1 | -0/+48 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Refactor options for middleware | Eileen Uchitelle | 2019-02-01 | 1 | -0/+48 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #35082 from Shopify/eagerly-materialize-test-transactions | Rafael França | 2019-02-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Eagerly materialize the fixtures transaction | Jean Boussier | 2019-01-29 | 1 | -1/+1 |
* | | | | | | | Revert "Merge pull request #33729 from kddeisz/plural-automatic-inverse" | Ryuta Kamizono | 2019-02-01 | 1 | -12/+0 |
* | | | | | | | Add regression test for has_many through record creation | Ryuta Kamizono | 2019-02-01 | 2 | -0/+6 |
* | | | | | | | Write update_last_write_timestamp after request | John Hawthorn | 2019-01-30 | 1 | -0/+37 |
* | | | | | | | Merge pull request #35073 from eileencodes/db-selection | Eileen M. Uchitelle | 2019-01-30 | 1 | -0/+77 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Adds basic automatic database switching to Rails | Eileen Uchitelle | 2019-01-30 | 1 | -0/+77 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #35102 from eileencodes/fix-case-when-url-in-url-config-is... | Eileen M. Uchitelle | 2019-01-30 | 1 | -0/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix case when we want a UrlConfig but the URL is nil | Eileen Uchitelle | 2019-01-30 | 1 | -0/+8 |
| |/ / / / / / |
|
* / / / / / / | Remove unused code | bogdanvlviv | 2019-01-30 | 1 | -8/+0 |
|/ / / / / / |
|
* | | | | | | Allow changing text and blob size without giving the `limit` option | Ryuta Kamizono | 2019-01-29 | 3 | -9/+35 |
* | | | | | | PostgreSQL: Use native timestamp decoders of pg-1.1 | Lars Kanis | 2019-01-26 | 1 | -3/+3 |
* | | | | | | Make `t.timestamps` with precision by default | Ryuta Kamizono | 2019-01-26 | 3 | -10/+124 |
* | | | | | | Fix `t.timestamps` missing `null: false` in `change_table bulk: true` | Ryuta Kamizono | 2019-01-26 | 2 | -0/+32 |
* | | | | | | Allow `column_exists?` giving options without type | Ryuta Kamizono | 2019-01-26 | 2 | -12/+12 |
* | | | | | | Merge pull request #35042 from eileencodes/fix-error-message-for-missing-handler | Eileen M. Uchitelle | 2019-01-25 | 2 | -3/+11 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix error raised when handler doesn't exist | Eileen Uchitelle | 2019-01-25 | 2 | -3/+11 |
* | | | | | | | Make `And` and `Case` into expression nodes | Kevin Deisz | 2019-01-24 | 1 | -0/+9 |
|/ / / / / / |
|
* | | | | | | Allow `column_exists?` to be passed `type` argument as a string | Ryuta Kamizono | 2019-01-24 | 1 | -9/+4 |
* | | | | | | activerecord: Fix statement cache for strictly cast attributes | Dylan Thacker-Smith | 2019-01-23 | 1 | -0/+6 |
* | | | | | | Merge pull request #35006 from kddeisz/alias-case-nodes | Ryuta Kamizono | 2019-01-22 | 1 | -0/+10 |
|\ \ \ \ \ \ |
|
| * | | | | | | Alias case nodes | Kevin Deisz | 2019-01-21 | 1 | -0/+10 |
* | | | | | | | Fix year value when casting a multiparameter time hash | Andrew White | 2019-01-21 | 1 | -0/+22 |
|/ / / / / / |
|
* | | | | | | Fix type casting column default in `change_column` | Ryuta Kamizono | 2019-01-20 | 1 | -1/+13 |
* | | | | | | activerecord: Fix where nil condition on composed_of attribute | Dylan Thacker-Smith | 2019-01-18 | 1 | -0/+18 |