aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Make fixtures work with the new test subclasses. [tarmo, Koz]Michael Koziarski2007-10-311-0/+1
* Update IGNORED_SQL for SQL Server. Closes #9638 [lawrence]Jeremy Kemper2007-10-151-1/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-3/+2
* with_scope is protected. Closes #8524.Jeremy Kemper2007-05-301-0/+5
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-2/+0
* Oracle: overflow Time to DateTime. Closes #7718.Jeremy Kemper2007-03-061-1/+1
* Introducing Model.cache { ... } for the occasional query caching needs. ( fan...Tobias Lütke2007-02-061-16/+20
* When dealing with SQLite3, use the table_info pragma helper, so that the bind...Jamis Buck2007-01-301-1/+1
* set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation...Jeremy Kemper2006-09-041-0/+4
* Refactored select routing for SQL Server adapter (closes #5683) [tom@popdog.net]David Heinemeier Hansson2006-08-051-3/+3
* More succinct current_adapter? Enable locking duel for Oracle.Jeremy Kemper2006-07-071-7/+9
* Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com]David Heinemeier Hansson2006-06-031-1/+1
* Add a list of regexes assert_queries skips in the ActiveRecord test suite. [...Rick Olson2006-05-311-1/+5
* Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets]David Heinemeier Hansson2006-03-181-2/+3
* added assert_queries for the AR test suiteRick Olson2006-03-051-2/+6
* Fixed eager loading problems with single-table inheritance [Rick Olson] Added...David Heinemeier Hansson2006-03-051-0/+22
* Added Sybase database adapter that relies on the Sybase Open Client bindings ...David Heinemeier Hansson2006-03-021-1/+1
* Add set_fixture_class to allow the use of table name accessors with models wh...Nicholas Seckar2006-02-271-1/+1
* Added assert_date_from_db to do cleaner tests for SQL Server (closes #3557) [...David Heinemeier Hansson2006-01-211-0/+11
* Correct boolean handling in generated reader methods. References #2945.Jeremy Kemper2005-11-191-0/+3
* r3095@asus: jeremy | 2005-11-15 22:40:51 -0800Jeremy Kemper2005-11-161-0/+2
* 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