Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Specify bundler version in template files" | SHIBATA Hiroshi | 2017-12-22 | 1 | -2/+0 |
| | | | | This reverts commit b106242f52272c4a5ced7a0e9d1dcb1b50542501. | ||||
* | Use released arel | yuuji.yaginuma | 2017-11-15 | 1 | -1/+0 |
| | | | | Related to 2e0fe5928f0d08f85b4796c85bd0b39f6be09079 | ||||
* | Specify bundler version in template files | yuuji.yaginuma | 2017-11-03 | 1 | -0/+2 |
| | | | | | | | | | | | | We have already specified to install `bundler` 1.15.4 in `.travis.yml`. https://github.com/rails/rails/blob/master/.travis.yml#L31..L32 However, `bundler` 1.16.0 may be used in the test. https://travis-ci.org/rails/rails/jobs/296582467#L2208 The test failed due to this influence. In order to avoid this, specifying `bundler` version in bug report templates. | ||||
* | Add newlines before/after the `git_source` in bug report templates | Ryuta Kamizono | 2017-09-27 | 1 | -0/+2 |
| | | | | [ci skip] | ||||
* | Change :github git source for bug report templates | bogdanvlviv | 2017-09-27 | 1 | -0/+1 |
| | | | | | | | :github source uses `git://` url by default, `https://` is recommended. See http://bundler.io/v1.15/guides/git.html#security We do the same in our `Gemfile` and templates. | ||||
* | Use frozen string literal in guides/ | Koichi ITO | 2017-08-13 | 1 | -0/+2 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 1 | -0/+1 |
| | |||||
* | Use released arel | Rafael Mendonça França | 2017-02-21 | 1 | -1/+0 |
| | |||||
* | Remove deprecated support to passing a column to #quote | Rafael Mendonça França | 2016-12-29 | 1 | -0/+1 |
| | |||||
* | fix class name typo | yuuji.yaginuma | 2016-09-02 | 1 | -2/+2 |
| | |||||
* | Added bug report templates for Active Job | Prathamesh Sonpatki | 2016-09-02 | 1 | -0/+31 |