aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor DB exceptions and deal more with DB2 (closes #2624)David Heinemeier Hansson2005-10-271-0/+5
* Use transactional fixtures by default for AR tests. Set ENV['AR_NO_TX_FIXTUR...Jeremy Kemper2005-09-301-11/+6
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-101-2/+2
* Eager loading of dependent has_one associations won't delete the association ...Jamis Buck2005-06-101-0/+3
* Skip Active Record tests in Action Pack if the SQLite database cant be brough...David Heinemeier Hansson2005-02-171-0/+1
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-2/+2
* Added SQLite3 compatibility through the sqlite3-ruby adapter by Jamis Buck #3...David Heinemeier Hansson2005-01-101-1/+1
* Added inclusion of fix for test/unit and rake problems with Ruby 1.8.2David Heinemeier Hansson2005-01-101-1/+0
* Added respondence to *_before_type_cast for all attributes to return their st...David Heinemeier Hansson2004-12-191-0/+2
* fixtures :models will now also attempt to include the model.rb fileDavid Heinemeier Hansson2004-12-141-0/+1
* Cut dependency on dev-utils by using included breakpoint libDavid Heinemeier Hansson2004-12-131-5/+1
* InitialDavid Heinemeier Hansson2004-11-241-0/+22