rails--rails/activerecord/lib/active_record
David Heinemeier Hansson c5d6aa2b18 Added option for turning off the automated timestamps
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@184 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-12-16 15:21:16 +00:00
..
associations Added automatic transaction block around AssociationCollection.<<, AssociationCollection.delete, and AssociationCollection.destroy_all 2004-12-15 15:09:44 +00:00
connection_adapters Fixed that every successive call on the sqlite adapter prepended RAILS_ROOT again and again because RAILS_ROOT itself is the Windows absolute path which begins with the drive letter #294 2004-12-12 22:19:48 +00:00
mixins 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
support Moved require_association to associations.rb and added methods for resetting the inheritable attributes on subclasses 2004-12-12 16:14:20 +00:00
vendor Initial 2004-11-24 01:04:44 +00:00
wrappers Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Initial 2004-11-24 01:04:44 +00:00
associations.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
base.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
callbacks.rb No longer necessary to guard against reincludes with the new reset of inheritance variables 2004-12-12 16:51:02 +00:00
deprecated_associations.rb Initial 2004-11-24 01:04:44 +00:00
fixtures.rb Added tree mixin and unit tests for all the mixins 2004-12-15 00:46:26 +00:00
observer.rb Initial 2004-11-24 01:04:44 +00:00
reflection.rb Initial 2004-11-24 01:04:44 +00:00
timestamp.rb Added option for turning off the automated timestamps 2004-12-16 15:21:16 +00:00
transactions.rb Initial 2004-11-24 01:04:44 +00:00
validations.rb Added Base.validates_inclusion_of that validates whether the value of the specified attribute is available in a particular enumerable object. [what-a-day] 2004-12-16 03:23:06 +00:00
wrappings.rb Initial 2004-11-24 01:04:44 +00:00