rails--rails/activerecord/test
David Heinemeier Hansson 595a4a591b Rearranging dependencies
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@279 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-12-29 21:19:37 +00:00
..
connections Initial 2004-11-24 01:04:44 +00:00
fixtures Fixed mixin test and fixtures to work with postgresql #353 [Scott Baron] 2004-12-22 14:14:45 +00:00
abstract_unit.rb Added respondence to *_before_type_cast for all attributes to return their string-state before they were type casted by the column type. Added use of *_before_type_cast for all input and text fields. 2004-12-19 11:25:55 +00:00
aggregations_test.rb Initial 2004-11-24 01:04:44 +00:00
all.sh Initial 2004-11-24 01:04:44 +00:00
associations_test.rb Attempted to capture #286 in a unit test, but couldnt get it to fail 2004-12-12 18:12:57 +00:00
base_test.rb Added Base.default_timezone accessor that determines whether to use Time.local (using :local) or Time.utc (using :utc) when pulling dates and times from the database. This is set to :local by default. 2004-12-28 17:30:17 +00:00
class_inheritable_attributes_test.rb Initial 2004-11-24 01:04:44 +00:00
deprecated_associations_test.rb Added counter_sql option for has_many associations [bitsweat] 2004-12-07 12:25:01 +00:00
finder_test.rb Fixed that Base#find will return an array if given an array -- regardless of the number of elements #270 [Marten] 2004-12-15 11:55:43 +00:00
fixtures_test.rb Added tree mixin and unit tests for all the mixins 2004-12-15 00:46:26 +00:00
inheritance_test.rb Added a better exception for when a type column is used in a table without the intention of triggering single-table inheritance. Added that single-table inheritance will only kick in if the inheritance_column (by default "type") is present. Otherwise, inheritance wont have any magic side effects 2004-12-14 12:32:29 +00:00
lifecycle_test.rb Initial 2004-11-24 01:04:44 +00:00
mixin_test.rb Fixed mixin test and fixtures to work with postgresql #353 [Scott Baron] 2004-12-22 14:14:45 +00:00
modules_test.rb Initial 2004-11-24 01:04:44 +00:00
multiple_db_test.rb Initial 2004-11-24 01:04:44 +00:00
pk_test.rb Initial 2004-11-24 01:04:44 +00:00
reflection_test.rb Added proper handling of time fields that are turned into Time objects with the dummy date of 2000/1/1 [HariSeldon] 2004-12-01 13:18:51 +00:00
thread_safety_test.rb Initial 2004-11-24 01:04:44 +00:00
transactions_test.rb Fixed that nested transactions now work by letting the outer most transaction have the responsibilty of starting and rolling back the transaction. If any of the inner transactions swallow the exception raised, though, the transaction will not be rolled back. So always let the transaction bubble up even when you've dealt with local issues. Closes #231 and #340. 2004-12-22 00:48:24 +00:00
unconnected_test.rb Initial 2004-11-24 01:04:44 +00:00
validations_test.rb Added scope option to validation_uniqueness #349 [Kent Sibilev] 2004-12-22 23:40:44 +00:00