rails/activerecord/test/fixtures
2004-12-16 13:42:21 +00:00
..
bad_fixtures Initial 2004-11-24 01:04:44 +00:00
companies Initial 2004-11-24 01:04:44 +00:00
courses Initial 2004-11-24 01:04:44 +00:00
customers Initial 2004-11-24 01:04:44 +00:00
db_definitions 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
developers_projects Initial 2004-11-24 01:04:44 +00:00
entrants Initial 2004-11-24 01:04:44 +00:00
movies Initial 2004-11-24 01:04:44 +00:00
naked Added tree mixin and unit tests for all the mixins 2004-12-15 00:46:26 +00:00
projects Initial 2004-11-24 01:04:44 +00:00
subscribers Initial 2004-11-24 01:04:44 +00:00
topics 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
accounts.yml Initial 2004-11-24 01:04:44 +00:00
auto_id.rb Initial 2004-11-24 01:04:44 +00:00
column_name.rb Initial 2004-11-24 01:04:44 +00:00
company_in_module.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
company.rb Added counter_sql option for has_many associations [bitsweat] 2004-12-07 12:25:01 +00:00
course.rb Initial 2004-11-24 01:04:44 +00:00
customer.rb Initial 2004-11-24 01:04:44 +00:00
default.rb Initial 2004-11-24 01:04:44 +00:00
developer.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
developers.yml Initial 2004-11-24 01:04:44 +00:00
entrant.rb Initial 2004-11-24 01:04:44 +00:00
mixin.rb Added assumption that a Symbol-based scope should end in _id unless it does so already and that you can pass vanilla string-based scopes as a parameter 2004-12-16 13:42:21 +00:00
mixins.yml Added tree mixin and unit tests for all the mixins 2004-12-15 00:46:26 +00:00
movie.rb Initial 2004-11-24 01:04:44 +00:00
project.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
reply.rb Attempted to capture #286 in a unit test, but couldnt get it to fail 2004-12-12 18:12:57 +00:00
subscriber.rb Initial 2004-11-24 01:04:44 +00:00
topic.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