aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_record_master.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra space [ci skip]Jon Moss2016-05-051-2/+2
|
* Remove github gems from the master bug report templatesRafael Mendonça França2016-02-181-5/+0
| | | | | All gems are released now so we don't need to ask the github repository for these gems anymore.
* Fix: make Travis CI happy about guides againclaudiob2015-09-011-0/+3
| | | | | | | | Tests on Rails [are currently failing](https://travis-ci.org/rails/rails/jobs/78255666). The reason is the dependency of Rails master from gems that are currently on GitHub (not on RubyGems) and should be explicitly referenced in the Guides test files.
* argh!!!Aaron Patterson2015-08-201-0/+1
|
* Output an error message and raise an error if bundler 1.10.x is not ↵akihiro172015-06-061-1/+6
| | | | installed when reporting bugs
* Use inline Gemfile dependency when reporting bugsRoque Pinel2015-06-031-12/+7
| | | | | With Bundler `1.10.3`, it is possible to list the gems inline without the need to create a `Gemfile` if none is found in the current directory.
* Use force: true options for creating tables in bug templatesPrathamesh Sonpatki2015-01-191-2/+2
| | | | | | | - Generally we have to run the bug templates multiple times to get them right and it always complains because the posts and comments tables already exist due to earlier runs. - Using force: true will eliminate this issue.
* Remove rack and i18n master from bug report tempaltes [ci skip]Rafael Mendonça França2014-12-191-2/+0
|
* [ci skip]Add i18n master to the Gemfileyuuji.yaginuma2014-07-241-0/+1
|
* [Bug report templates] Added rack master to the GemfileAbdelkader Boudih2014-07-121-0/+1
|
* Revert "Don't rely on Arel master in bug report template [ci skip]"Godfrey Chan2014-04-271-0/+1
| | | | | | This reverts commit fd6d7835. We are back on arel master, see b395265f.
* Don't rely on Arel master in bug report template [ci skip]Robin Dupret2014-04-191-1/+0
| | | | | | We should rely instead on the version supported by Active Record Closes #14809
* add missing arel dependency to `active_record_master` bug report script.Yves Senn2013-11-291-0/+1
| | | | | | | | | | [ci skip]. This solves: ``` Could not find gem 'arel (~> 5.0.0) ruby', which is required by gem 'rails (>= 0) ruby', in any of the sources. ```
* remove warnings on ruby trunklaurocaetano2013-11-011-1/+1
|
* Updated bug report templatesPaul Nikitochkin2013-08-211-1/+1
| | | | | | * use `Minitest::Test` instead of deprectaed `MiniTest::Unit::TestCase` [ci skip]
* template should have generic nameNeeraj Singh2013-04-041-1/+1
| | | | since users just copy and paste and the class name is never changed
* write sql queries to terminalNeeraj Singh2013-04-021-1/+3
|
* gist for Active Record issues [Neeraj Singh & Xavier Noria]Xavier Noria2013-04-011-0/+46
This commit closes issue #9775.