aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Add support for UNLOGGED Postgresql tablesJacob Evelyn2018-11-136-1/+118
* | | | | | | Merge pull request #34417 from r3trofitted/fix/added_options_checkRafael França2018-11-132-3/+13
|\ \ \ \ \ \ \
| * | | | | | | Fix ignored options in the `#added?` methodRonan Limon Duparcmeur2018-11-132-3/+13
* | | | | | | | Merge pull request #34435 from coorasse/masterRafael França2018-11-131-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | add a nice alias for the --webpack optionAlessandro Rodi2018-11-131-2/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #34434 from yahonda/ignore_warningsRafael França2018-11-131-0/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Ignore warnings such as `Psych.safe_load is deprecated`Yasuo Honda2018-11-131-0/+2
|/ / / / / / /
* | | | | | | Merge pull request #34431 from albertoalmagro/make-permitted-types-privateRafael França2018-11-121-4/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Make `PERMITTED_TYPES` privateAlberto Almagro2018-11-121-4/+3
|/ / / / / /
* | | | | | Merge pull request #34425 from eugeneius/rm_ensure_from_with_transaction_retu...Ryuta Kamizono2018-11-121-4/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove ensure from with_transaction_returning_statusEugene Kenny2018-11-111-4/+0
* | | | | | Merge pull request #34414 from albertoalmagro/include-big-decimal-as-supporte...Ryuta Kamizono2018-11-122-7/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Document missing supported types [ci skip]Alberto Almagro2018-11-112-7/+12
* | | | | | Fix test case for money schema defaultRyuta Kamizono2018-11-121-1/+1
* | | | | | Ensure casting by decimal attribute when queryingRyuta Kamizono2018-11-122-2/+12
* | | | | | Revert "Merge pull request #34421 from albertoalmagro/use-assert-not-instead-...Ryuta Kamizono2018-11-112-2/+2
* | | | | | Merge pull request #34421 from albertoalmagro/use-assert-not-instead-of-refuteGuillermo Iguaran2018-11-102-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Prefer assert_not instead of refute [ci skip]Alberto Almagro2018-11-102-2/+2
|/ / / / /
* | | | | Merge pull request #34373 from shiroginne/masterRobin Dupret2018-11-101-3/+3
|\ \ \ \ \
| * | | | | Update `action_cable_overview.md`: fix typo.Evgeny Sugakov2018-11-101-3/+3
* | | | | | Make sure we are using a working version of thor locallyRafael Mendonça França2018-11-091-3/+3
* | | | | | bundle updateRafael Mendonça França2018-11-091-54/+55
* | | | | | Upgrade thor to 0.20.1Rafael Mendonça França2018-11-092-10/+1
* | | | | | Merge pull request #34415 from Ana06/present_associationsGannon McGibbon2018-11-091-1/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Clarify the validation of present associationsAna María Martínez Gómez2018-11-091-1/+2
* | | | | | Merge pull request #32881 from vfonic/update-development-deps-installRobin Dupret2018-11-093-270/+121
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Docs: Update Development Dependencies InstallViktor Fonic2018-11-093-270/+121
* | | | | | Restore `private_constant` which is lost accidentally in #30941Ryuta Kamizono2018-11-091-1/+1
* | | | | | Add test for parallel tests with unmarshable exceptionyuuji.yaginuma2018-11-091-0/+24
* | | | | | Use the same version of Rubocop as Code Climateyuuji.yaginuma2018-11-091-3/+3
* | | | | | Deprecate `t.indexes = [...]` which is not by designRyuta Kamizono2018-11-091-2/+5
* | | | | | Refactor to initialize `TableDefinition` by kwargsRyuta Kamizono2018-11-092-4/+14
* | | | | | Test prepared statement cache only if prepared statements is enabledRyuta Kamizono2018-11-091-1/+1
* | | | | | PostgreSQL: Properly quote all `Infinity` and `NaN`Ryuta Kamizono2018-11-092-6/+26
| |_|_|/ / |/| | | |
* | | | | Merge pull request #31382 from fatkodima/create_table-if_not_existsAndrew White2018-11-085-4/+59
|\ \ \ \ \
| * | | | | Add an :if_not_exists option to create_tablefatkodima2018-11-085-4/+59
* | | | | | Merge pull request #34407 from bogdanvlviv/remove-extra-arg-expected_databaseRyuta Kamizono2018-11-081-5/+5
|\ \ \ \ \ \
| * | | | | | Remove unused argument `expected_database`bogdanvlviv2018-11-081-5/+5
| |/ / / / /
* | | | | | Merge pull request #34406 from yahonda/use_rubocop_0_60_0Ryuta Kamizono2018-11-082-4/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use RuboCop 0.60.0 and remove exclude files for `Style/RedundantFreeze`Yasuo Honda2018-11-082-4/+1
|/ / / / /
* | | | | Compile packs for testyuuji.yaginuma2018-11-081-2/+4
* | | | | Merge pull request #34385 from christophemaximin/guard-enum-empty-keysRyuta Kamizono2018-11-083-0/+26
|\ \ \ \ \
| * | | | | Guard Enums against definitions with blank label namesChristophe Maximin2018-11-073-1/+27
| | |_|_|/ | |/| | |
* / | | | Fix broken CHANGELOG markup [ci skip]Ryuta Kamizono2018-11-083-5/+5
|/ / / /
* | | | Merge pull request #34181 from gmcgibbon/db_schema_cache_dump_and_clear_multi_dbEileen M. Uchitelle2018-11-074-5/+57
|\ \ \ \
| * | | | Add multi-db support to schema cache dump and clearGannon McGibbon2018-11-074-5/+57
|/ / / /
* | | | Merge pull request #34393 from eugeneius/always_add_to_parent_transactionRyuta Kamizono2018-11-072-1/+12
|\ \ \ \
| * | | | Always add records to parent of nested transactionEugene Kenny2018-11-072-1/+12
* | | | | Merge pull request #34387 from yhirano55/rails_info_properties_jsonRyuta Kamizono2018-11-075-2/+37
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add JSON support to rails properties route (`/rails/info/properties`).Yoshiyuki Hirano2018-11-075-2/+37