rails/activerecord/test
2004-12-19 11:25:55 +00:00
..
connections Initial 2004-11-24 01:04:44 +00:00
fixtures 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
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.destroy and Base.delete to remove records without holding a reference to them first. 2004-12-17 21:36:13 +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
inflector_test.rb Insignificante... 2004-12-15 11:41:52 +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 Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixins::List to acts_as_list and renamed @@default_error_messagess to @@default_error_messages 2004-12-16 16:23:59 +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 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