Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Output an error message and raise an error if bundler 1.10.x is not ↵ | akihiro17 | 2015-06-06 | 1 | -1/+6 |
| | | | | installed when reporting bugs | ||||
* | Add the bug report templates to the Travis CI build | Roque Pinel | 2015-06-05 | 1 | -3/+8 |
| | | | | | | | | | | | | The bug report templates are now executed from the `ci/travis.rb` when `GEM` contains `guides`. I started by creating a `test` task in `guides/Rakefile` to handle this, but since inline `gemfile` must not be executed with `bundle exec`, that rake task would not be consistent with others. So I went back by executing them directly from `Build`. Use inline Gemfile dependency when reporting gem bugs | ||||
* | Add a "generic" bug report template | Godfrey Chan | 2015-04-19 | 1 | -0/+15 |
This template gives contributors a starting point to use when reporting bugs that does not involve Active Record or Action Pack. |