aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates
Commit message (Collapse)AuthorAgeFilesLines
...
* 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. ```
* Include URL helpers in TestController in bug report templatesRoman Kushnir2013-11-112-0/+4
| | | | | | [ci skip] Fixes #12848.
* remove warnings on ruby trunklaurocaetano2013-11-012-3/+3
|
* Use MiniTest::Unit::TestCase instead of Minitest::TestRobin Dupret2013-09-071-1/+1
| | | | | | | Since Rails 4.0.x is depending on Minitest 4.x, the constant won't be available so the gist won't run. [ci skip]
* Added bug report template for ActionControllerPaul Nikitochkin2013-08-212-0/+93
| | | | [ci skip]
* Updated bug report templatesPaul Nikitochkin2013-08-212-2/+2
| | | | | | * use `Minitest::Test` instead of deprectaed `MiniTest::Unit::TestCase` [ci skip]
* Use activerecord 4.0.0 for reporting bugs using the template[ci skip]Prathamesh Sonpatki2013-06-271-1/+1
|
* bump the rails version in bug report templateNeeraj Singh2013-04-171-1/+1
|
* template should have generic nameNeeraj Singh2013-04-042-2/+2
| | | | since users just copy and paste and the class name is never changed
* write sql queries to terminalNeeraj Singh2013-04-022-2/+6
|
* gist for Active Record issues [Neeraj Singh & Xavier Noria]Xavier Noria2013-04-012-0/+81
This commit closes issue #9775.