| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \
| |/
|/| |
|
| * | Fix error message when adapter is not specified | Eileen Uchitelle | 2019-01-17 | 1 | -1/+20 |
* | | Use `unboundable?` rather than `boundable?` | Ryuta Kamizono | 2019-01-18 | 4 | -14/+19 |
* | | Merge pull request #34963 from dylanahsmith/better-composed-of-single-field-q... | Rafael França | 2019-01-17 | 2 | -8/+13 |
|\ \ |
|
| * | | Use public_send instead since respond_to? doesn't include private/protected m... | Ryuta Kamizono | 2019-01-17 | 1 | -1/+1 |
| * | | Avoid using yield_self to make it easier to backport | Dylan Thacker-Smith | 2019-01-17 | 1 | -5/+4 |
| * | | activerecord: Use a simpler query condition for aggregates with one mapping | Dylan Thacker-Smith | 2019-01-17 | 2 | -8/+14 |
| |/ |
|
* | | Merge pull request #34966 from bogdanvlviv/ensure-ar-relation-exists-allows-p... | Rafael Mendonça França | 2019-01-17 | 3 | -4/+14 |
|\ \ |
|
| * | | Ensure that AR::Relation#exists? allows only permitted params | bogdanvlviv | 2019-01-17 | 3 | -7/+17 |
| |/ |
|
* | | Remove deprecated `#set_state` from the transaction object | Rafael Mendonça França | 2019-01-17 | 3 | -29/+4 |
* | | Remove deprecated `#supports_statement_cache?` from the database adapters | Rafael Mendonça França | 2019-01-17 | 3 | -11/+4 |
* | | Remove deprecated `#insert_fixtures` from the database adapters | Rafael Mendonça França | 2019-01-17 | 5 | -43/+5 |
* | | Remove deprecated `ActiveRecord::ConnectionAdapters::SQLite3Adapter#valid_alt... | Rafael Mendonça França | 2019-01-17 | 3 | -9/+4 |
* | | Do not allow passing the column name to `sum` when a block is passed | Rafael Mendonça França | 2019-01-17 | 3 | -9/+11 |
* | | Do not allow passing the column name to `count` when a block is passed | Rafael Mendonça França | 2019-01-17 | 3 | -9/+11 |
* | | Remove delegation of missing methods in a relation to arel | Rafael Mendonça França | 2019-01-17 | 3 | -20/+4 |
* | | Remove delegation of missing methods in a relation to private methods of the ... | Rafael Mendonça França | 2019-01-17 | 3 | -12/+4 |
* | | Change `SQLite3Adapter` to always represent boolean values as integers | Rafael Mendonça França | 2019-01-17 | 5 | -63/+33 |