| Commit message (Expand) | Author | Age | Files | Lines |
* | Specify `hosts` in bug report template. | yuuji.yaginuma | 2018-12-25 | 1 | -0/+1 |
* | Merge pull request #34781 from kossnocorp/patch-1 | Kasper Timm Hansen | 2018-12-24 | 1 | -2/+2 |
|\ |
|
| * | Make Rails Facebook-free | Sasha Koss | 2018-12-24 | 1 | -2/+2 |
|/ |
|
* | Add missing require for `IPAddr` | yuuji.yaginuma | 2018-12-24 | 1 | -0/+1 |
* | Merge pull request #34778 from yahonda/ruby25_frozen_error | Kasper Timm Hansen | 2018-12-23 | 9 | -19/+7 |
|\ |
|
| * | No need to handle if FrozenError is available | Yasuo Honda | 2018-12-23 | 9 | -19/+7 |
|/ |
|
* | Remove unused methods | yuuji.yaginuma | 2018-12-23 | 1 | -26/+0 |
* | Merge pull request #34774 from rails/fix-app-boot-for-ruby-2-4 | Eileen M. Uchitelle | 2018-12-21 | 1 | -2/+6 |
|\ |
|
| * | Fix app boot for Ruby 2.4 | Eileen Uchitelle | 2018-12-21 | 1 | -2/+6 |
|/ |
|
* | Merge pull request #34753 from eileencodes/raise-less-confusing-error-if-hand... | Eileen M. Uchitelle | 2018-12-21 | 3 | -0/+19 |
|\ |
|
| * | Raise helpful error when role doesn't exist | Eileen Uchitelle | 2018-12-21 | 3 | -0/+19 |
* | | Merge pull request #34771 from utilum/mismatched_indentation | Ryuta Kamizono | 2018-12-21 | 1 | -2/+2 |
|\ \ |
|
| * | | Fixes `warning: mismatched indentations at 'rescue' with 'def' at 15`. | utilum | 2018-12-21 | 1 | -2/+2 |
|/ / |
|
* | | Add missing require for `String#to_d` | yuuji.yaginuma | 2018-12-21 | 1 | -0/+1 |
* | | Merge pull request #34767 from y-yagi/fix_convert_string_to_bigdecimal | Yuji Yaginuma | 2018-12-21 | 1 | -5/+1 |
|\ \ |
|
| * | | Use BigDecimal provided methods to convert String to BigDecimal | yuuji.yaginuma | 2018-12-21 | 1 | -5/+1 |
* | | | Merge pull request #34742 from kamipo/row_format_dynamic_by_default | Ryuta Kamizono | 2018-12-21 | 3 | -7/+40 |
|\ \ \ |
|
| * | | | MySQL: `ROW_FORMAT=DYNAMIC` create table option by default | Ryuta Kamizono | 2018-12-19 | 3 | -7/+40 |
* | | | | Merge pull request #34764 from kamipo/avoid_redundant_begin | Ryuta Kamizono | 2018-12-21 | 84 | -1392/+1116 |
|\ \ \ \ |
|
| * | | | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 84 | -1392/+1116 |
* | | | | | Merge pull request #34769 from elebow/module-delegate-to-docstring | Ryuta Kamizono | 2018-12-21 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Clarify the :to parameter of delegate | Eddie Lebow | 2018-12-20 | 1 | -1/+1 |
* | | | | | | Merge pull request #33822 from y-yagi/do_not_check_parents_dor_directories | Yuji Yaginuma | 2018-12-21 | 2 | -2/+50 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Do not add parent directory to file system monitoring | yuuji.yaginuma | 2018-12-18 | 2 | -2/+50 |
* | | | | | | Add test for `travel_to` with time zone | yuuji.yaginuma | 2018-12-21 | 1 | -0/+17 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Fix integer regex deprecation warnings for Ruby 2.6.0 (#34728) | Vinicius Stock | 2018-12-21 | 2 | -1/+2 |
* | | | | | Merge pull request #34762 from bogdanvlviv/fix-a-few-deprecation-warnings | Kasper Timm Hansen | 2018-12-20 | 5 | -51/+10 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Follow up #34754 | bogdanvlviv | 2018-12-20 | 5 | -51/+10 |
* | | | | | Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5 | Ryuta Kamizono | 2018-12-21 | 8 | -12/+12 |
* | | | | | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 22 | -43/+43 |
|/ / / / |
|
* | | | | Remove remaining tests for `Hash#transform_keys` and `Hash#transform_keys!` | Ryuta Kamizono | 2018-12-21 | 1 | -27/+0 |
* | | | | Merge pull request #34761 from kamipo/require-ruby-2.5 | Ryuta Kamizono | 2018-12-21 | 11 | -181/+6 |
|\ \ \ \ |
|
| * | | | | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#... | Ryuta Kamizono | 2018-12-20 | 11 | -181/+6 |
|/ / / / |
|
* | | | | Merge pull request #30973 from k0kubun/prefer-block-parameter | Ryuta Kamizono | 2018-12-20 | 2 | -20/+4 |
|\ \ \ \ |
|
| * | | | | Unify _read_attribute definition to use &block | Takashi Kokubun | 2018-12-20 | 2 | -20/+4 |
* | | | | | fix tests for mail 2.8 | pavel | 2018-12-19 | 1 | -4/+4 |
* | | | | | Merge pull request #34754 from rails/require-ruby-2.5 | Kasper Timm Hansen | 2018-12-19 | 29 | -106/+45 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 29 | -106/+45 |
|/ / / / |
|
* | | | | Clarify implicit meaning of 'workers: 2' in parallelization tests. | Kasper Timm Hansen | 2018-12-19 | 1 | -6/+8 |
* | | | | Pass the correct value as JSON | yuuji.yaginuma | 2018-12-19 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Use `utf8mb4` charset for internal tables if the row format `DYNAMIC` by default | Ryuta Kamizono | 2018-12-19 | 2 | -10/+10 |
* | | | Merge pull request #34739 from sambostock/correct-nested-config-documentation | Kasper Timm Hansen | 2018-12-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Single nest config in configuration guides | Sam Bostock | 2018-12-18 | 1 | -1/+1 |
|/ / / |
|
* | | | Eliminate "warning: assigned but unused variable - testEof" | Ryuta Kamizono | 2018-12-19 | 1 | -1/+1 |
* | | | [ci skip] Remove needless changelog entry, as bug fix was backported to 5.2. | Kasper Timm Hansen | 2018-12-18 | 1 | -4/+0 |
* | | | Merge pull request #34737 from r7kamura/feature/test-case-params-nil | Kasper Timm Hansen | 2018-12-18 | 3 | -2/+18 |
|\ \ \ |
|
| * | | | Allow nil params on controller HTTP test methods | r7kamura | 2018-12-18 | 3 | -2/+18 |
* | | | | More exercise `test_running_prepended_before_and_after_action` | Ryuta Kamizono | 2018-12-19 | 1 | -1/+3 |
* | | | | Add option to set parallel test worker count to the physical core count of th... | Bogdan | 2018-12-18 | 4 | -13/+27 |
* | | | | Merge pull request #34635 from WoH/data-disable-forever | Javan Makhmali | 2018-12-18 | 3 | -0/+29 |
|\ \ \ \
| |/ / /
|/| | | |
|