aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix File.exists? deprecation warnings in Active RecordAndrew White2016-11-021-1/+1
* Fix warning about unset I18n.enforce_available_localesAndrew White2016-11-021-0/+3
* Update mocha version to 0.13.0 and change requiresCarlos Antonio da Silva2012-11-131-1/+1
* avoid deprecation warnings when running AR testsAaron Patterson2011-12-241-1/+4
* 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
| * adjust query counts to be consistent across databases, make sure database log...Aaron Patterson2011-02-041-1/+1
| * In a number of places in the tests, we only need to turn off transactional fi...Jon Leighton2011-01-111-0/+4
| * Enable the sqlite3 in-memory test connection to workJon Leighton2011-01-111-5/+11
* | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2010-12-201-5/+0
|\|
| * do not require ruby-debug automatically. please require it if you have decla...Aaron Patterson2010-11-191-5/+0
* | Set Identity Map disabled by default. Enable it for testing.Emilio Tagua2010-11-191-0/+3
* | IdentityMap - misc fixesMarcin Raczkowski2010-11-191-1/+8
|/
* converted exec to exec_query for sqliteAaron Patterson2010-11-051-3/+3
* ignoring certain SQL when using OracleAaron Patterson2010-11-031-0/+4
* exec returns an AR::ResultAaron Patterson2010-10-261-0/+8
* fixing tests. wooAaron Patterson2010-09-211-4/+7
* providing arel with column information when possible [#5392 state:resolved]Aaron Patterson2010-09-211-0/+9
* Move helper methods to helper.rb. Make test not depend on local TZ to pass or...Emilio Tagua2010-09-211-0/+14
* Implemented ActiveRecord::Migrations#copy based on James Adam's ideaPiotr Sarnacki2010-09-031-0/+18
* restricts a test to < 1.9, and rewrites it using a proper expectationXavier Noria2010-03-131-0/+1
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-0/+1
* activerecord test load pathsJoshua Peek2010-02-281-0/+3
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-4/+1
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+4
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-8/+1
* Autoload AR test caseJoshua Peek2010-01-041-2/+0
* Don't publicize with_scope for tests since it may shadow public misuseJeremy Kemper2009-12-281-5/+0
* No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...José Valim2009-12-231-1/+2
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-4/+2
* Avoid adding component lib/ to load path multiple timesJoshua Peek2009-11-091-1/+3
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-7/+6
* Use bundled env for tests onlyJeremy Kemper2009-10-191-1/+7
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-2/+0