rails--rails/activerecord/test
David Heinemeier Hansson 1579f3b45d Added Base.validates_format_of that Validates whether the value of the specified attribute is of the correct form by matching it against the regular expression provided. [Marcel]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@174 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-12-16 01:32:35 +00:00
..
connections Initial 2004-11-24 01:04:44 +00:00
fixtures Added Base.validates_format_of that Validates whether the value of the specified attribute is of the correct form by matching it against the regular expression provided. [Marcel] 2004-12-16 01:32:35 +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 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 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 Added Base.validates_format_of that Validates whether the value of the specified attribute is of the correct form by matching it against the regular expression provided. [Marcel] 2004-12-16 01:32:35 +00:00