| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Ensure `StatementCache#execute` never raises `RangeError` | Ryuta Kamizono | 2019-01-18 | 3 | -7/+14 |
* | | All of queries should return correct result even if including large number | Ryuta Kamizono | 2019-01-18 | 4 | -2/+31 |
* | | Merge pull request #34963 from dylanahsmith/better-composed-of-single-field-q... | Rafael França | 2019-01-17 | 1 | -0/+1 |
|\ \ |
|
| * | | activerecord: Use a simpler query condition for aggregates with one mapping | Dylan Thacker-Smith | 2019-01-17 | 1 | -0/+1 |
* | | | Merge pull request #34966 from bogdanvlviv/ensure-ar-relation-exists-allows-p... | Rafael Mendonça França | 2019-01-17 | 2 | -3/+13 |
|\ \ \ |
|
| * | | | Ensure that AR::Relation#exists? allows only permitted params | bogdanvlviv | 2019-01-17 | 2 | -3/+13 |
| |/ / |
|
* | | | Remove deprecated `#set_state` from the transaction object | Rafael Mendonça França | 2019-01-17 | 1 | -11/+0 |
* | | | Remove deprecated `#supports_statement_cache?` from the database adapters | Rafael Mendonça França | 2019-01-17 | 1 | -4/+0 |
* | | | Remove deprecated `#insert_fixtures` from the database adapters | Rafael Mendonça França | 2019-01-17 | 2 | -22/+0 |
* | | | Remove deprecated `ActiveRecord::ConnectionAdapters::SQLite3Adapter#valid_alt... | Rafael Mendonça França | 2019-01-17 | 1 | -4/+0 |
* | | | Do not allow passing the column name to `sum` when a block is passed | Rafael Mendonça França | 2019-01-17 | 1 | -3/+3 |
* | | | Do not allow passing the column name to `count` when a block is passed | Rafael Mendonça França | 2019-01-17 | 1 | -3/+3 |
* | | | Remove delegation of missing methods in a relation to arel | Rafael Mendonça França | 2019-01-17 | 1 | -16/+0 |