Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | Use a test helper to create fixtures rather than rely on them being predefined | David Heinemeier Hansson | 2018-09-18 | 3 | -23/+18 | |
| | * | | | | | | | Add basic, unauthenticated inbound emails controller | David Heinemeier Hansson | 2018-09-17 | 3 | -0/+40 | |
| | * | | | | | | | Assert the intended email was processed | David Heinemeier Hansson | 2018-09-17 | 1 | -2/+2 | |
| | * | | | | | | | No byebug history plz | David Heinemeier Hansson | 2018-09-17 | 1 | -0/+1 | |
| | * | | | | | | | Keep the riff raff out | David Heinemeier Hansson | 2018-09-17 | 1 | -0/+3 | |
| | * | | | | | | | Save this for a little later | David Heinemeier Hansson | 2018-09-17 | 1 | -1/+1 | |
| | * | | | | | | | First end-to-end rickety test | David Heinemeier Hansson | 2018-09-17 | 8 | -24/+656 | |
| | * | | | | | | | WIP: Router | David Heinemeier Hansson | 2018-09-17 | 3 | -0/+36 | |
| | * | | | | | | | Add dummy app for testing | David Heinemeier Hansson | 2018-09-17 | 78 | -2/+7400 | |
| | * | | | | | | | Wait on this for later | David Heinemeier Hansson | 2018-09-17 | 1 | -3/+0 | |
| | * | | | | | | | Full name for the job | David Heinemeier Hansson | 2018-09-17 | 1 | -1/+1 | |
| | * | | | | | | | TOC ordering | David Heinemeier Hansson | 2018-09-17 | 1 | -1/+3 | |
| | * | | | | | | | Plural table name | David Heinemeier Hansson | 2018-09-17 | 1 | -1/+1 | |
| | * | | | | | | | Base -> Mailbox | David Heinemeier Hansson | 2018-09-17 | 3 | -3/+3 | |
| | * | | | | | | | Action Mailbox -> Action Mailroom | David Heinemeier Hansson | 2018-09-17 | 12 | -36/+36 | |
| | * | | | | | | | Add inbound email | David Heinemeier Hansson | 2018-09-17 | 3 | -0/+37 | |
| | * | | | | | | | Copypasta is delicious! | David Heinemeier Hansson | 2018-09-17 | 1 | -1/+1 | |
| | * | | | | | | | Skeleton | David Heinemeier Hansson | 2018-09-17 | 11 | -0/+160 | |
| | / / / / / / | ||||||
* | | | | | | | | Merge pull request #34791 from y-yagi/fixes_34787 | Yuji Yaginuma | 2018-12-26 | 1 | -0/+221 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Generate doc of methods provided by form builders [ci skip] | yuuji.yaginuma | 2018-12-26 | 1 | -0/+221 | |
|/ / / / / / / / | ||||||
* / / / / / / / | 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 | |
|/ / / / / / / / / / |