Commit Graph

16 Commits

Author SHA1 Message Date
Godfrey Chan
16cc914645 Revert "Don't rely on Arel master in bug report template [ci skip]"
This reverts commit fd6d7835.

We are back on arel master, see b395265f.
2014-04-27 10:26:56 -07:00
Robin Dupret
fd6d78356f Don't rely on Arel master in bug report template [ci skip]
We should rely instead on the version supported by Active Record

Closes #14809
2014-04-19 18:25:11 +02:00
Robin Dupret
a9444916ee Ensure backward compatibility between Minitest 5 and 4
Define Minitest::Test in case we are running the gist under Minitest 4
and avoid relying on MiniTest::Unit::TestCase to avoid displaying
warning on version five.

[ci skip]
2013-12-27 11:30:53 +01:00
Arun Agrawal
fd1c515d4d Minitest::Unit::TestCase is Minitest::Test [ci skip] 2013-12-26 23:55:59 +01:00
Vipul A M
7bae2921ec Change all MiniTest to Minitest since, MiniTest namespace has been renamed to Minitest
Ref: https://github.com/seattlerb/minitest/blob/master/History.txt
2013-12-18 14:39:50 +05:30
Yves Senn
d4294fe952 add missing arel dependency to active_record_master bug report script.
[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.
```
2013-11-29 17:07:24 +01:00
Roman Kushnir
299fe844dd Include URL helpers in TestController in bug report templates
[ci skip]

Fixes #12848.
2013-11-11 21:28:26 +02:00
laurocaetano
d48222d22e remove warnings on ruby trunk 2013-11-01 18:15:53 -02:00
Robin Dupret
5c7762b171 Use MiniTest::Unit::TestCase instead of Minitest::Test
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]
2013-09-07 12:08:15 +02:00
Paul Nikitochkin
9d9254f5e0 Added bug report template for ActionController
[ci skip]
2013-08-21 23:26:20 +03:00
Paul Nikitochkin
0643daaf4c Updated bug report templates
* use `Minitest::Test` instead of deprectaed `MiniTest::Unit::TestCase`

 [ci skip]
2013-08-21 22:52:12 +03:00
Prathamesh Sonpatki
2a7882f0fd Use activerecord 4.0.0 for reporting bugs using the template[ci skip] 2013-06-27 12:26:58 +05:30
Neeraj Singh
f72b15eb63 bump the rails version in bug report template 2013-04-17 17:30:19 -04:00
Neeraj Singh
261520d918 template should have generic name
since users just copy and paste and the class name is never changed
2013-04-04 18:00:50 -04:00
Neeraj Singh
e267c0ee5e write sql queries to terminal 2013-04-02 11:55:58 -04:00
Xavier Noria
3f35924b3c gist for Active Record issues [Neeraj Singh & Xavier Noria]
This commit closes issue #9775.
2013-04-01 09:43:57 +02:00