Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dead test code for unsupported adapters | Sean Griffin | 2014-05-17 | 1 | -7/+1 |
| | |||||
* | refactor assert_sql query to reuse capture_sql | eileencodes | 2014-03-31 | 1 | -3/+1 |
| | | | | | | | set assert_sql to reuse the capture_sql method from above instead of repeating the code in response to comments on issue #14546 | ||||
* | add capture_sql method to compare sql statements and compare | eileencodes | 2014-03-31 | 1 | -0/+6 |
| | | | | | Other methods compare specific patterns, this method outputs the actual sql query that is generated. | ||||
* | Do not count query for all_constraints and all_tab_cols in Oracle | Yasuo Honda | 2013-11-18 | 1 | -1/+1 |
| | |||||
* | Do not count "SHOW CREATE TABLE" queries when testing against mysql | Akira Matsuda | 2013-11-11 | 1 | -1/+1 |
| | |||||
* | assert_no_queries should allow to ignore some queries | Neeraj Singh | 2013-07-30 | 1 | -2/+3 |
| | |||||
* | removes the obsolete private method column_methods_hash [Closes #11406] | Xavier Noria | 2013-07-16 | 1 | -0/+12 |
| | |||||
* | remove unused `ActiveRecord::TestCase#sqlite3` method. | Yves Senn | 2013-07-02 | 1 | -6/+0 |
| | |||||
* | deprecated `ActiveRecord::TestCase` is no longer public. | Yves Senn | 2013-07-02 | 1 | -2/+94 |
| | | | | /cc @tenderlove | ||||
* | load active_support/deprecation in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
| | |||||
* | Get ActiveRecord::TestCase back on its feet, despite deprecation. It ↵ | Jeremy Kemper | 2012-02-05 | 1 | -60/+7 |
| | | | | requires SQLCounter which was moved to AR internal tests only. | ||||
* | Moving AR::TestCase in to the AR tests directory | Aaron Patterson | 2012-01-24 | 1 | -0/+63 |