Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Don't rely on Arel master in bug report template [ci skip]" | Godfrey Chan | 2014-04-27 | 1 | -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 Dupret | 2014-04-19 | 1 | -1/+0 |
| | | | | | | We should rely instead on the version supported by Active Record Closes #14809 | ||||
* | Ensure backward compatibility between Minitest 5 and 4 | Robin Dupret | 2013-12-27 | 2 | -1/+7 |
| | | | | | | | | 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] | ||||
* | Minitest::Unit::TestCase is Minitest::Test [ci skip] | Arun Agrawal | 2013-12-26 | 2 | -2/+2 |
| | |||||
* | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been ↵ | Vipul A M | 2013-12-18 | 2 | -2/+2 |
| | | | | | | renamed to `Minitest` Ref: https://github.com/seattlerb/minitest/blob/master/History.txt | ||||
* | add missing arel dependency to `active_record_master` bug report script. | Yves Senn | 2013-11-29 | 1 | -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 templates | Roman Kushnir | 2013-11-11 | 2 | -0/+4 |
| | | | | | | [ci skip] Fixes #12848. | ||||
* | remove warnings on ruby trunk | laurocaetano | 2013-11-01 | 2 | -3/+3 |
| | |||||
* | Use MiniTest::Unit::TestCase instead of Minitest::Test | Robin Dupret | 2013-09-07 | 1 | -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 ActionController | Paul Nikitochkin | 2013-08-21 | 2 | -0/+93 |
| | | | | [ci skip] | ||||
* | Updated bug report templates | Paul Nikitochkin | 2013-08-21 | 2 | -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 Sonpatki | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | bump the rails version in bug report template | Neeraj Singh | 2013-04-17 | 1 | -1/+1 |
| | |||||
* | template should have generic name | Neeraj Singh | 2013-04-04 | 2 | -2/+2 |
| | | | | since users just copy and paste and the class name is never changed | ||||
* | write sql queries to terminal | Neeraj Singh | 2013-04-02 | 2 | -2/+6 |
| | |||||
* | gist for Active Record issues [Neeraj Singh & Xavier Noria] | Xavier Noria | 2013-04-01 | 2 | -0/+81 |
This commit closes issue #9775. |