| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure casting by decimal attribute when querying | Ryuta Kamizono | 2018-11-12 | 2 | -2/+12 |
* | Revert "Merge pull request #34421 from albertoalmagro/use-assert-not-instead-... | Ryuta Kamizono | 2018-11-11 | 2 | -2/+2 |
* | Merge pull request #34421 from albertoalmagro/use-assert-not-instead-of-refute | Guillermo Iguaran | 2018-11-10 | 2 | -2/+2 |
|\ |
|
| * | Prefer assert_not instead of refute [ci skip] | Alberto Almagro | 2018-11-10 | 2 | -2/+2 |
|/ |
|
* | Merge pull request #34373 from shiroginne/master | Robin Dupret | 2018-11-10 | 1 | -3/+3 |
|\ |
|
| * | Update `action_cable_overview.md`: fix typo. | Evgeny Sugakov | 2018-11-10 | 1 | -3/+3 |
* | | Make sure we are using a working version of thor locally | Rafael Mendonça França | 2018-11-09 | 1 | -3/+3 |
* | | bundle update | Rafael Mendonça França | 2018-11-09 | 1 | -54/+55 |
* | | Upgrade thor to 0.20.1 | Rafael Mendonça França | 2018-11-09 | 2 | -10/+1 |
* | | Merge pull request #34415 from Ana06/present_associations | Gannon McGibbon | 2018-11-09 | 1 | -1/+2 |
|\ \ |
|
| * | | Clarify the validation of present associations | Ana María Martínez Gómez | 2018-11-09 | 1 | -1/+2 |
* | | | Merge pull request #32881 from vfonic/update-development-deps-install | Robin Dupret | 2018-11-09 | 3 | -270/+121 |
|\ \ \ |
|
| * | | | Docs: Update Development Dependencies Install | Viktor Fonic | 2018-11-09 | 3 | -270/+121 |
* | | | | Restore `private_constant` which is lost accidentally in #30941 | Ryuta Kamizono | 2018-11-09 | 1 | -1/+1 |
* | | | | Add test for parallel tests with unmarshable exception | yuuji.yaginuma | 2018-11-09 | 1 | -0/+24 |
* | | | | Use the same version of Rubocop as Code Climate | yuuji.yaginuma | 2018-11-09 | 1 | -3/+3 |
* | | | | Deprecate `t.indexes = [...]` which is not by design | Ryuta Kamizono | 2018-11-09 | 1 | -2/+5 |
* | | | | Refactor to initialize `TableDefinition` by kwargs | Ryuta Kamizono | 2018-11-09 | 2 | -4/+14 |
* | | | | Test prepared statement cache only if prepared statements is enabled | Ryuta Kamizono | 2018-11-09 | 1 | -1/+1 |
* | | | | PostgreSQL: Properly quote all `Infinity` and `NaN` | Ryuta Kamizono | 2018-11-09 | 2 | -6/+26 |
* | | | | Merge pull request #31382 from fatkodima/create_table-if_not_exists | Andrew White | 2018-11-08 | 5 | -4/+59 |
|\ \ \ \ |
|
| * | | | | Add an :if_not_exists option to create_table | fatkodima | 2018-11-08 | 5 | -4/+59 |
* | | | | | Merge pull request #34407 from bogdanvlviv/remove-extra-arg-expected_database | Ryuta Kamizono | 2018-11-08 | 1 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | Remove unused argument `expected_database` | bogdanvlviv | 2018-11-08 | 1 | -5/+5 |
| |/ / / / |
|
* | | | | | Merge pull request #34406 from yahonda/use_rubocop_0_60_0 | Ryuta Kamizono | 2018-11-08 | 2 | -4/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Use RuboCop 0.60.0 and remove exclude files for `Style/RedundantFreeze` | Yasuo Honda | 2018-11-08 | 2 | -4/+1 |
|/ / / / |
|
* | | | | Compile packs for test | yuuji.yaginuma | 2018-11-08 | 1 | -2/+4 |
* | | | | Merge pull request #34385 from christophemaximin/guard-enum-empty-keys | Ryuta Kamizono | 2018-11-08 | 3 | -0/+26 |
|\ \ \ \ |
|
| * | | | | Guard Enums against definitions with blank label names | Christophe Maximin | 2018-11-07 | 3 | -1/+27 |
* | | | | | Fix broken CHANGELOG markup [ci skip] | Ryuta Kamizono | 2018-11-08 | 3 | -5/+5 |
|/ / / / |
|
* | | | | Merge pull request #34181 from gmcgibbon/db_schema_cache_dump_and_clear_multi_db | Eileen M. Uchitelle | 2018-11-07 | 4 | -5/+57 |
|\ \ \ \ |
|
| * | | | | Add multi-db support to schema cache dump and clear | Gannon McGibbon | 2018-11-07 | 4 | -5/+57 |
|/ / / / |
|
* | | | | Merge pull request #34393 from eugeneius/always_add_to_parent_transaction | Ryuta Kamizono | 2018-11-07 | 2 | -1/+12 |
|\ \ \ \ |
|
| * | | | | Always add records to parent of nested transaction | Eugene Kenny | 2018-11-07 | 2 | -1/+12 |
* | | | | | Merge pull request #34387 from yhirano55/rails_info_properties_json | Ryuta Kamizono | 2018-11-07 | 5 | -2/+37 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Add JSON support to rails properties route (`/rails/info/properties`). | Yoshiyuki Hirano | 2018-11-07 | 5 | -2/+37 |
* | | | | | Merge pull request #34392 from gmcgibbon/gem_security_note_amend | Rafael França | 2018-11-06 | 11 | -31/+31 |
|\ \ \ \ \ |
|
| * | | | | | Amend CVE note and security guide section wordings | Gannon McGibbon | 2018-11-06 | 11 | -31/+31 |
* | | | | | | Merge pull request #34375 from y-yagi/add_connect_src_to_default_csp_initializer | Guillermo Iguaran | 2018-11-06 | 2 | -0/+15 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Add `connect_src` example to content security policy initializer | yuuji.yaginuma | 2018-11-04 | 2 | -0/+15 |
* | | | | | | Merge pull request #34388 from gmcgibbon/gem_security_note | Kasper Timm Hansen | 2018-11-06 | 11 | -0/+35 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Add CVE note to security guide and gemspecs | Gannon McGibbon | 2018-11-06 | 11 | -0/+35 |
|/ / / / / |
|
* | | | | | Merge pull request #34384 from eugeneius/inspect_with_non_primary_key_id_attr... | Ryuta Kamizono | 2018-11-06 | 5 | -3/+26 |
|\ \ \ \ \ |
|
| * | | | | | Fix inspect with non-primary key id attribute | Eugene Kenny | 2018-11-06 | 5 | -3/+26 |
|/ / / / / |
|
* | | | | | Merge pull request #34131 from lsylvester/defend-against-unmarshable-exceptions | Eileen M. Uchitelle | 2018-11-05 | 1 | -1/+8 |
|\ \ \ \ \ |
|
| * | | | | | resque errors caused by Marshal dump failures and wrap exceptions in marshall... | Lachlan Sylvester | 2018-10-09 | 1 | -1/+8 |
* | | | | | | Merge pull request #34377 from nickcoyne/nickcoyne-patch-1 | Vipul A M | 2018-11-05 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Fix typo | Nick Coyne | 2018-11-05 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Keep new line after the last dependency | yuuji.yaginuma | 2018-11-04 | 1 | -1/+1 |
* | | | | | Move `resolve_sti_reflections` which is table row related code into `TableRow` | Ryuta Kamizono | 2018-11-03 | 2 | -89/+78 |