| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Relax sqlite3 version dependency | Sergey Ponomarev | 2019-02-04 | 1 | -1/+1 |
* | | | Improve performance of blank? and present? in an ActiveRecord::Base instance | Rafael Mendonça França | 2019-02-04 | 1 | -0/+8 |
|/ / |
|
* | | Merge pull request #35089 from eileencodes/fix-query-cache-for-database-switc... | Eileen M. Uchitelle | 2019-02-04 | 3 | -1/+48 |
|\ \ |
|
| * | | Invalidate query cache for all connections in the current thread | Eileen Uchitelle | 2019-02-01 | 3 | -1/+48 |
* | | | Merge pull request #35132 from eileencodes/allow-application-to-change-handle... | Eileen M. Uchitelle | 2019-02-04 | 6 | -4/+56 |
|\ \ \ |
|
| * | | | Add ability to change the names of the default handlers | Eileen Uchitelle | 2019-02-01 | 6 | -4/+56 |
| |/ / |
|
* | | | Merge pull request #35105 from olivierlacan/document-table-foreign-key | Gannon McGibbon | 2019-02-02 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Hint at advanced options for foreign_key | Olivier Lacan | 2019-01-30 | 1 | -1/+2 |
* | | | | Merge pull request #35130 from rails/move-delay-to-options-argument | Eileen M. Uchitelle | 2019-02-01 | 4 | -11/+61 |
|\ \ \ \ |
|
| * | | | | Refactor options for middleware | Eileen Uchitelle | 2019-02-01 | 4 | -11/+61 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #35082 from Shopify/eagerly-materialize-test-transactions | Rafael França | 2019-02-01 | 3 | -5/+8 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Eagerly materialize the fixtures transaction | Jean Boussier | 2019-01-29 | 3 | -5/+8 |
* | | | | Merge pull request #35116 from kamipo/fix_through_association_creation | Ryuta Kamizono | 2019-02-01 | 4 | -27/+11 |
|\ \ \ \ |
|
| * | | | | Revert "Merge pull request #33729 from kddeisz/plural-automatic-inverse" | Ryuta Kamizono | 2019-02-01 | 2 | -27/+5 |
| * | | | | Add regression test for has_many through record creation | Ryuta Kamizono | 2019-02-01 | 2 | -0/+6 |
* | | | | | Remove unused attr_writers `visitor` and `indexes` | Ryuta Kamizono | 2019-02-01 | 2 | -7/+0 |
* | | | | | ActiveRecord typo fixe. | alkesh26 | 2019-01-31 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Fixed typo for DatabaseSelector::Resolver documentation | Abhay Nikam | 2019-01-31 | 1 | -1/+1 |
* | | | | Remove redundant begin block | Ryuta Kamizono | 2019-01-31 | 1 | -6/+3 |
* | | | | Write update_last_write_timestamp after request | John Hawthorn | 2019-01-30 | 2 | -2/+43 |
* | | | | Merge pull request #35073 from eileencodes/db-selection | Eileen M. Uchitelle | 2019-01-30 | 8 | -0/+333 |
|\ \ \ \ |
|
| * | | | | Adds basic automatic database switching to Rails | Eileen Uchitelle | 2019-01-30 | 8 | -0/+333 |
| |/ / / |
|
* | | | | Merge pull request #35102 from eileencodes/fix-case-when-url-in-url-config-is... | Eileen M. Uchitelle | 2019-01-30 | 3 | -5/+20 |
|\ \ \ \ |
|
| * | | | | Fix case when we want a UrlConfig but the URL is nil | Eileen Uchitelle | 2019-01-30 | 3 | -5/+20 |
| |/ / / |
|
* / / / | Remove unused code | bogdanvlviv | 2019-01-30 | 1 | -8/+0 |
|/ / / |
|
* | | | Merge pull request #35071 from kamipo/text_without_limit | Ryuta Kamizono | 2019-01-29 | 7 | -13/+60 |
|\ \ \ |
|
| * | | | Allow changing text and blob size without giving the `limit` option | Ryuta Kamizono | 2019-01-29 | 7 | -13/+60 |
* | | | | Pull `@template` in to a local variable | Aaron Patterson | 2019-01-28 | 1 | -2/+2 |
* | | | | Remove `@view` instance variable from the partial renderer | Aaron Patterson | 2019-01-28 | 1 | -2/+2 |
|/ / / |
|
* | | | PostgreSQL: Use native timestamp decoders of pg-1.1 | Lars Kanis | 2019-01-26 | 2 | -3/+33 |
* | | | Make `t.timestamps` with precision by default | Ryuta Kamizono | 2019-01-26 | 11 | -62/+198 |
* | | | Fix `t.timestamps` missing `null: false` in `change_table bulk: true` | Ryuta Kamizono | 2019-01-26 | 4 | -0/+36 |
* | | | Allow `column_exists?` giving options without type | Ryuta Kamizono | 2019-01-26 | 3 | -13/+13 |
* | | | Merge pull request #35042 from eileencodes/fix-error-message-for-missing-handler | Eileen M. Uchitelle | 2019-01-25 | 4 | -8/+21 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix error raised when handler doesn't exist | Eileen Uchitelle | 2019-01-25 | 4 | -8/+21 |
* | | | Make `And` and `Case` into expression nodes | Kevin Deisz | 2019-01-24 | 3 | -4/+11 |
|/ / |
|
* | | Allow `column_exists?` to be passed `type` argument as a string | Ryuta Kamizono | 2019-01-24 | 2 | -10/+5 |
* | | Tell the user what to use instead of update_attributes/! | Xavier Noria | 2019-01-23 | 1 | -2/+2 |
* | | activerecord: Fix statement cache for strictly cast attributes | Dylan Thacker-Smith | 2019-01-23 | 2 | -1/+7 |
* | | MySQL 8.0.14 adds `ER_FK_INCOMPATIBLE_COLUMNS` | Yasuo Honda | 2019-01-22 | 1 | -1/+2 |
* | | Merge pull request #35006 from kddeisz/alias-case-nodes | Ryuta Kamizono | 2019-01-22 | 2 | -0/+12 |
|\ \ |
|
| * | | Alias case nodes | Kevin Deisz | 2019-01-21 | 2 | -0/+12 |
* | | | 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 | 4 | -28/+56 |
* | | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 2 | -1/+3 |
* | | activerecord: Fix where nil condition on composed_of attribute | Dylan Thacker-Smith | 2019-01-18 | 2 | -4/+23 |
* | | Merge pull request #30000 from kamipo/all_of_queries_should_return_correct_re... | Ryuta Kamizono | 2019-01-18 | 14 | -37/+72 |
|\ \ |
|
| * | | Ensure `StatementCache#execute` never raises `RangeError` | Ryuta Kamizono | 2019-01-18 | 7 | -19/+19 |
| * | | All of queries should return correct result even if including large number | Ryuta Kamizono | 2019-01-18 | 7 | -18/+53 |
* | | | Merge pull request #34969 from eileencodes/fix-error-message-for-multi-db-apps | Eileen M. Uchitelle | 2019-01-18 | 1 | -1/+20 |
|\ \ \
| |/ /
|/| | |
|