Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Improve ActiveRecord::Querying documentation [ci skip] | Aaron Sumner | 2018-11-28 | 1 | -7/+9 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* / | | | | | | | | | | Allow spaces in postgres table names | Gannon McGibbon | 2018-11-28 | 3 | -1/+12 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #34557 from sergioisidoro/sergio-patch-load-error | Rafael França | 2018-11-28 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Patch load error in case GemSpecError | sergioisidoro | 2018-11-28 | 1 | -2/+2 | |
* | | | | | | | | | | Merge pull request #33835 from schneems/schneems/faster_cache_version | Sean Griffin | 2018-11-27 | 2 | -4/+130 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Prefer String#ljust over String#<< for padding | lsylvester | 2018-10-17 | 1 | -3/+2 | |
| * | | | | | | | | | | Do not silently fail to generate a cache_version | schneems | 2018-10-17 | 2 | -6/+19 | |
| * | | | | | | | | | | Use raw time string from DB to generate ActiveRecord#cache_version | schneems | 2018-10-17 | 2 | -4/+118 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #34528 from DmitryTsepelev/fix-ignored-attributes | Rafael França | 2018-11-27 | 5 | -1/+57 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Cached columns_hash fields should be excluded from ResultSet#column_types | DmitryTsepelev | 2018-11-27 | 5 | -1/+57 | |
* | | | | | | | | | | More exercise singular association query | Ryuta Kamizono | 2018-11-28 | 4 | -7/+14 | |
* | | | | | | | | | | Ensure that singular association should execute limited query | Ryuta Kamizono | 2018-11-28 | 2 | -5/+12 | |
* | | | | | | | | | | Revert "Merge pull request #34538 from bogdan/reuse-find-target" | Ryuta Kamizono | 2018-11-28 | 3 | -23/+28 | |
* | | | | | | | | | | Merge pull request #34538 from bogdan/reuse-find-target | Eileen M. Uchitelle | 2018-11-27 | 3 | -29/+23 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Reuse code in AR::Association#find_target | Bogdan Gusiev | 2018-11-27 | 3 | -29/+23 | |
* | | | | | | | | | | Merge pull request #34480 from tekin/configurable-implicit-ordering-column | Eileen M. Uchitelle | 2018-11-27 | 4 | -2/+45 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Make implicit order column configurable | Tekin Suleyman | 2018-11-26 | 4 | -2/+45 | |
* | | | | | | | | | | | Revert "We still need the `Helpers` constant in the `ActiveRecord` namespace" | Ryuta Kamizono | 2018-11-27 | 1 | -1/+0 | |
* | | | | | | | | | | | `Mutable` helper is in `ActiveModel` | Ryuta Kamizono | 2018-11-27 | 4 | -4/+4 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #34520 from yahonda/bump_pg93 | Rafael França | 2018-11-26 | 8 | -402/+382 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Bump the minimum version of PostgreSQL to 9.3 | Yasuo Honda | 2018-11-25 | 8 | -402/+382 | |
* | | | | | | | | | | | Merge pull request #34521 from azbshiri/mysql-exec-query-result | Eileen M. Uchitelle | 2018-11-26 | 2 | -2/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | When running exec_query MySQL always returns ActiveRecord::Result | Alireza Bashiri | 2018-11-25 | 2 | -2/+15 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Fix random CI failure due to non-deterministic sorting order | Ryuta Kamizono | 2018-11-26 | 1 | -2/+2 | |
* | | | | | | | | | | SQLite 3.7.16+ returns the order of the primary key columns | Yasuo Honda | 2018-11-25 | 1 | -2/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Raises error when attempting to modify enum values | ebyrds | 2018-11-23 | 3 | -0/+19 | |
* | | | | | | | | | Merge pull request #34468 from gmcgibbon/redact_sql_in_errors | Rafael França | 2018-11-23 | 9 | -58/+112 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Redact SQL in errors | Gannon McGibbon | 2018-11-22 | 9 | -58/+112 | |
* | | | | | | | | | | Use squiggly heredoc to strip odd indentation in the executed SQL | Ryuta Kamizono | 2018-11-22 | 19 | -91/+81 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Fixing an issue when parsing an opclass by allowing indexed column | Thomas Bianchini | 2018-11-21 | 2 | -1/+13 | |
* | | | | | | | | | Merge pull request #34491 from rails/fix-query-cache-on-multiple-connections | Eileen M. Uchitelle | 2018-11-21 | 2 | -4/+27 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix query cache for multiple connections | Eileen Uchitelle | 2018-11-20 | 2 | -4/+27 | |
* | | | | | | | | | | Make connection handler per thread instead of per fiber | Eileen Uchitelle | 2018-11-20 | 2 | -2/+39 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #33954 from febeling/inconsistent-assignment-has-many-thro... | Aaron Patterson | 2018-11-20 | 4 | -3/+43 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Optimize difference and intersection | Florian Ebeling | 2018-11-06 | 1 | -17/+9 | |
| * | | | | | | | | | Rename union to intersection | Florian Ebeling | 2018-11-06 | 3 | -3/+3 | |
| * | | | | | | | | | Fix handling of duplicates for `replace` on has_many-through | Florian Ebeling | 2018-11-06 | 4 | -3/+51 | |
* | | | | | | | | | | Merge pull request #34453 from bogdanvlviv/exercise-connected_to-and-connects_to | Aaron Patterson | 2018-11-19 | 2 | -1/+36 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Exercise `connected_to` and `connects_to` methods | bogdanvlviv | 2018-11-15 | 2 | -1/+36 | |
* | | | | | | | | | | | Fix typo and clarify documentation | Jacob Evelyn | 2018-11-16 | 1 | -3/+4 | |
* | | | | | | | | | | | Fix cache_versioning default note (#34466) | Gannon McGibbon | 2018-11-16 | 1 | -1/+1 | |
* | | | | | | | | | | | Arel: Implemented DB-aware NULL-safe comparison (#34451) | Dmytro Shteflyuk | 2018-11-15 | 23 | -1/+492 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #34437 from kbrock/union_all_paren | Rafael Mendonça França | 2018-11-13 | 4 | -42/+41 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Emit single pair of parens for UNION and UNION ALL | Keenan Brock | 2018-11-13 | 4 | -42/+41 | |
* | | | | | | | | | | | Merge pull request #34436 from gmcgibbon/fix_default_max_bind_length_sqlite | Rafael França | 2018-11-13 | 2 | -0/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Adjust bind length of SQLite to default (999) | Gannon McGibbon | 2018-11-13 | 2 | -0/+26 | |
* | | | | | | | | | | | Merge pull request #34429 from bogdanvlviv/ensure-that-connected_to-establish... | Rafael França | 2018-11-13 | 1 | -3/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Ensure that `ActiveRecord::Base#connected_to` with `:database` establishes co... | bogdanvlviv | 2018-11-12 | 1 | -3/+21 | |
* | | | | | | | | | | | | Add support for UNLOGGED Postgresql tables | Jacob Evelyn | 2018-11-13 | 5 | -1/+110 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Remove ensure from with_transaction_returning_status | Eugene Kenny | 2018-11-11 | 1 | -4/+0 | |
|/ / / / / / / / / / |