aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/helper.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
* Get rid of hack for freezing time on AR testsCarlos Antonio da Silva2013-12-121-18/+0
* Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* only warn on leaked time zone state instead of rasing an error.Yves Senn2013-10-251-3/+6
* prevent global timezone state from leaking out of test cases.Yves Senn2013-10-251-3/+47
* log the statement name along with the SQLAaron Patterson2013-10-041-0/+3
* rm LogIntercepterAaron Patterson2013-10-041-15/+0
* stop adding singleton methods to the mysql2 adapterAaron Patterson2013-10-041-0/+15
* interceptor should mimick original methodNeeraj Singh2013-07-291-1/+1
* Set Thread.abort_on_exception for the whole AS, AP, and AR testsAkira Matsuda + Koichi Sasada2013-01-241-0/+2
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-2/+1
* Revert "Fix annoy warning, when executing testcase."Andrey Deryabin2012-11-301-2/+0
* Fix typo in module name and make #in_time_zone privateCarlos Antonio da Silva2012-11-171-1/+3
* Extract #in_time_zone helper method duplication to a moduleCarlos Antonio da Silva2012-11-171-0/+13
* Rename "Fixtures" class to "FixtureSet"Alexey Muranov2012-10-071-1/+1
* Fix annoy warning, when executing testcase.kennyj2012-09-111-0/+2
* Remove the dependent_restrict_raises option.Jon Leighton2012-08-101-3/+0
* load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+1
* remove duplicate requires of mocha.Aaron Patterson2012-07-031-1/+0
* Fix logs name consistency.kennyj2012-05-191-0/+16
* port some mocha to minitest/mockAaron Patterson2012-05-181-0/+1
* Rename some variablesAlexey Muranov2012-05-091-2/+2
* fix tests for SQLite3AdapterAndrey Deryabin2012-04-271-1/+1
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-3/+0
* Get ActiveRecord::TestCase back on its feet, despite deprecation. It requires...Jeremy Kemper2012-02-051-31/+0
* fix a typo [ci skip]Vijay Dev2012-02-011-1/+1
* Remove deprecation warnings from testsRafael Mendonça França2012-01-311-0/+3
* Moving AR::TestCase in to the AR tests directoryAaron Patterson2012-01-241-1/+1
* require test/unit and sort test orderAaron Patterson2012-01-061-1/+1
* Revert "Regexp.union seems to have different results in 1.8"Carlos Antonio da Silva2012-01-061-3/+3
* do not require a file that is not usedAaron Patterson2012-01-051-0/+1
* remove more uses of deprecated logger methodsAaron Patterson2011-12-191-1/+5
* Regexp.union seems to have different results in 1.8Aaron Patterson2011-12-081-3/+3
* moving ignored regexp to the instanceAaron Patterson2011-12-071-6/+8
* speeding up ignored sql testingAaron Patterson2011-12-071-1/+4
* If we're going to use a global variable, let's at least namespace itJon Leighton2011-06-121-4/+4
* Refactor tests to be less brittleJon Leighton2011-06-121-3/+4
* Move BEGIN and COMMIT into IGNORED_SQL rather than having them as a special c...Jon Leighton2011-06-121-1/+1
* Print out information about whether the identity map is on or off when runnin...Jon Leighton2011-06-091-5/+6
* do not muck with the load path, that is the test task responsibilityAaron Patterson2011-06-061-6/+0
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-8/+10
* Disable IdentityMap by default for ActiveRecord testingAkira Matsuda2011-05-281-2/+2
* Namespace Fixtures in ActiveRecordJason Noble2011-05-071-1/+1
* Run tests without IdentityMap when IM=false is given.Emilio Tagua2011-02-151-1/+1
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-35/+34
|\
| * refactor fixtures to do less work in the constructorAaron Patterson2011-02-111-1/+1
| * ignore max identifier length queries from pgAaron Patterson2011-02-081-1/+1
| * we do not use this method, so deleteAaron Patterson2011-02-071-12/+0
| * update ignored SQL for oracleAaron Patterson2011-02-071-1/+1
| * removing some freedom patches. use notification system to count sql queriesAaron Patterson2011-02-071-17/+18