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
2007-12-05 15:13:10 +00:00
..
associations Make reset return nil when using a dangling belongs_to association. Current behaviour is to return false which can be confusing. Closes #10293 [fcheung] 2007-11-29 02:19:10 +00:00
connection_adapters Document the timestamps schema definition method. Closes #9000 [mikong] 2007-12-05 14:47:44 +00:00
locking
serializers Fixed that to_xml should not automatically pass :procs to associations included with :include (closes #10162) [chuyeow] 2007-12-03 01:47:21 +00:00
vendor
aggregations.rb
associations.rb Fix that options[:from] table names should never be quoted [DHH] 2007-12-05 02:30:30 +00:00
attribute_methods.rb
base.rb Document options and add examples for update_all. Closes #7990 [fearoffish] 2007-12-05 15:13:10 +00:00
calculations.rb
callbacks.rb
fixtures.rb Foxy fixtures: support single-table inheritance. Closes #10234. 2007-11-26 22:46:11 +00:00
migration.rb
observer.rb
query_cache.rb
reflection.rb
schema.rb
schema_dumper.rb
serialization.rb
timestamp.rb Make the record_timestamps class-inheritable so it can be set per model. References #10004. 2007-11-26 22:45:03 +00:00
transactions.rb Removed documentation for the removed rollback! method on transactions and mention ActiveRecord::Rollback [cody] 2007-11-29 22:25:42 +00:00
validations.rb Add documentation about the virtual attribute added by validates_confirmation_of and its behavior. Closes #8815 [JEG2, matt, kampers] 2007-12-05 15:04:06 +00:00
version.rb Prep for RC2 2007-11-29 00:27:53 +00:00