1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
2004-12-17 21:36:13 +00:00
..
acts Made the last tweaks before 0.9 2004-12-16 19:43:27 +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 Updated and added more documentation 2004-12-16 17:14:41 +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 Added Base.destroy and Base.delete to remove records without holding a reference to them first. 2004-12-17 21:36:13 +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 Updated and added more documentation 2004-12-16 17:14:41 +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 Updated and added more documentation 2004-12-16 17:14:41 +00:00
transactions.rb Initial 2004-11-24 01:04:44 +00:00
validations.rb Made the last tweaks before 0.9 2004-12-16 19:43:27 +00:00
wrappings.rb Initial 2004-11-24 01:04:44 +00:00