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
2006-08-22 08:58:32 +00:00
..
acts
associations Pushing a record onto a has_many :through sets the association's foreign key to the associate's primary key and adds it to the correct association. Closes #5829. 2006-08-20 05:23:34 +00:00
connection_adapters Rollback #5819 since it's compatible with PostgreSQL 8.1 only. References #5819. 2006-08-22 08:58:32 +00:00
locking
vendor
wrappers
aggregations.rb
associations.rb Add records to has_many :through using <<, push, and concat by creating the association record. Raise if base or associate are new records since both ids are required to create the association. #build raises since you can't associate an unsaved record. #create! takes an attributes hash and creates the associated record and its association in a transaction. 2006-08-18 07:35:07 +00:00
attribute_methods.rb
base.rb Nested classes are given table names prefixed by the singular form of the parent's table name. 2006-08-16 09:46:43 +00:00
calculations.rb
callbacks.rb
deprecated_associations.rb
deprecated_finders.rb
fixtures.rb
migration.rb Fix announcement of very long migration names. Closes #5722. 2006-08-05 01:39:57 +00:00
observer.rb
query_cache.rb
reflection.rb
schema.rb
schema_dumper.rb
timestamp.rb
transactions.rb
validations.rb
version.rb
wrappings.rb
xml_serialization.rb to_xml: correct naming of included associations. Closes #5831. 2006-08-20 14:38:58 +00:00