aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/helper.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...Yehuda Katz + Carl Lerche2009-07-011-2/+0
* Merge branch 'master' into active_modelJoshua Peek2009-05-291-0/+23
|\
| * replace the aaa_create_tables_test hack with loading test database schema in ...Mislav Marohnić2009-05-171-0/+18
| * Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+5
* | Make Active Model test suite similar to Active RecordPratik Naik2009-03-201-1/+1
|/
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-9/+4
* Fix has_and_belongs_to_many_associations tests. #1738Pratik Naik2009-01-181-1/+1
* Merge branch 'master' into savepointsJeremy Kemper2009-01-101-0/+5
|\
| * Add a repair_helper to repair changes to the validations inside validations_t...Murray Steele2008-12-191-0/+4
| * Require mocha >= 0.9.3, older versions don't work anymore [#1579 state:resolved]Hongli Lai (Phusion)2008-12-151-0/+1
* | Merge commit 'origin/master' into savepointsHongli Lai (Phusion)2008-12-031-11/+18
|\|
| * Add create_fixtures method for testsJeremy Kemper2008-11-151-0/+4
| * Set up fixtures for AR testsJeremy Kemper2008-11-151-0/+8
| * Remove fixtures from Test::Unit::TestCase. Mix in AR::TestFixtures instead.Jeremy Kemper2008-11-071-11/+6
* | Fix assert_queries failures by ignoring savepoint sql.Jonathan Viney2008-11-031-1/+1
|/
* stop AR's debug.log filling with warnings about not being able to load fixtur...Frederick Cheung2008-09-141-0/+14
* ensure tests load sibling Active Support instead of a gemJeremy Kemper2008-08-251-0/+1
* Add assert_sql helper method to check for specific SQL output in Active Recor...Gabe da Silveira2008-07-141-5/+5
* Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ...Geoff Buesing2008-03-301-8/+0
* Add uses_tzinfo to active record tests to prevent breaking the cc.rb build et...Michael Koziarski2008-02-061-0/+8
* require test/unit explicitly otherwise the at_exit handler doesn't get called...Michael Koziarski2008-01-221-0/+1
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-0/+46