rails/activerecord/test
2004-12-15 01:36:05 +00:00
..
connections Initial 2004-11-24 01:04:44 +00:00
fixtures Added tree mixin and unit tests for all the mixins 2004-12-15 00:46:26 +00:00
abstract_unit.rb fixtures :models will now also attempt to include the model.rb file 2004-12-14 18:01:28 +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 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
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 Added Base.validate_uniqueness thatv alidates whether the value of the specified attributes are unique across the system. Useful for making sure that only one user can be named "davidhh". 2004-12-10 16:02:11 +00:00
fixtures_test.rb Added tree mixin and unit tests for all the mixins 2004-12-15 00:46:26 +00:00
inflector_test.rb Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron] 2004-12-07 11:15:41 +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 Added tree mixin and unit tests for all the mixins 2004-12-15 00:46:26 +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 Initial 2004-11-24 01:04:44 +00:00
unconnected_test.rb Initial 2004-11-24 01:04:44 +00:00
validations_test.rb Changed validate_* to validates_*_of, so validate_acceptance becomes validates_acceptance_of, and added :on as a configuration option instead of using _on_create/update 2004-12-15 01:36:05 +00:00