aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+2
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-2/+0
* Except SCHEMA SQLs in `capture_sql`Ryuta Kamizono2019-05-211-1/+1
* Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log nameYasuo Honda2019-05-081-9/+1
* Remove database specific sql statements from SQLCounterYasuo Honda2019-05-011-14/+2
* No need to handle if FrozenError is availableYasuo Honda2018-12-231-4/+0
* Omit BEGIN/COMMIT statements for empty transactionsEugene Kenny2018-08-131-0/+2
* `require "active_support/test_case"` is not supported since 53e877f7Ryuta Kamizono2018-05-021-1/+1
* Merge pull request #31331 from dinahshi/postgresql_bulk_updateMatthew Draper2018-01-031-1/+1
|\
| * Add bulk alter support for PostgreSQLDinah Shi2017-12-061-1/+1
* | Handle `FrozenError` if it is availableYasuo Honda2017-12-201-0/+4
|/
* Address incorrect number of queries executed at Oracle enhanced adapterYasuo Honda2017-10-311-1/+1
* Merge pull request #29732 from kirs/frozen-activerecordRafael França2017-07-211-0/+2
|\
| * Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* | Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"Sean Griffin2017-07-211-8/+0
|/
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`Ryuta Kamizono2017-05-041-0/+8
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* Preserve cached queries name in AS notificationsJean Boussier2016-09-221-5/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Consolidate `ActiveRecord::TestCase` and `ActiveSupport::TestCase` in AR test...Ryuta Kamizono2016-08-141-0/+16
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-5/+5
* adds missing requiresXavier Noria2016-07-241-0/+1
* systematic revision of =~ usage in ARXavier Noria2016-07-231-1/+1
* Remove unnecessary `assert_date_from_db`Ryuta Kamizono2016-06-121-4/+0
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-6/+0
* Remove `#tables` extra args againRyuta Kamizono2015-10-221-1/+1
* Fix test failures caused by d99db6b8b3e4Sean Griffin2015-10-201-1/+1
* Fix merge conflicts for #18856Sean Griffin2015-10-201-1/+1
|\
| * Match table names exactly on MySQLMatt Jones2015-02-081-1/+1
* | Refactor `table_exists?` in AbstractMysqlAdapterRyuta Kamizono2015-09-201-1/+1
* | Correctly dump composite primary keyRyuta Kamizono2015-09-201-1/+1
* | make it possible to run AR tests with bin/testYves Senn2015-06-111-0/+24
* | 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