aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Add collation support for string and text columns in SQLite3Akshay Vishnoi2015-05-281-1/+1
* - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-201-17/+3
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Ignore Postgresql "SELECT tablename FROM pg_tables" when counting queriesAkira Matsuda2014-08-201-1/+1
* Ignore MySQL "SHOW VARIABLES" when counting queriesAkira Matsuda2014-08-151-1/+1
* we intend to keep the `capture` helper for Active Record tests.Yves Senn2014-07-161-18/+12
* Active Record tests still depend on `capture`. Let's keep it for now.Yves Senn2014-07-161-0/+23
* Remove dead test code for unsupported adaptersSean Griffin2014-05-171-7/+1
* refactor assert_sql query to reuse capture_sqleileencodes2014-03-311-3/+1
* add capture_sql method to compare sql statements and compareeileencodes2014-03-311-0/+6
* Do not count query for all_constraints and all_tab_cols in OracleYasuo Honda2013-11-181-1/+1
* Do not count "SHOW CREATE TABLE" queries when testing against mysqlAkira Matsuda2013-11-111-1/+1
* assert_no_queries should allow to ignore some queriesNeeraj Singh2013-07-301-2/+3
* removes the obsolete private method column_methods_hash [Closes #11406]Xavier Noria2013-07-161-0/+12
* remove unused `ActiveRecord::TestCase#sqlite3` method.Yves Senn2013-07-021-6/+0
* deprecated `ActiveRecord::TestCase` is no longer public.Yves Senn2013-07-021-2/+94
* load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+0
* Get ActiveRecord::TestCase back on its feet, despite deprecation. It requires...Jeremy Kemper2012-02-051-60/+7
* Moving AR::TestCase in to the AR tests directoryAaron Patterson2012-01-241-0/+63