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-03 01:47:21 +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 Handle 8.1 default formatting. Closes #10333 [Tim Pope] 2007-12-02 03:33:58 +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
attribute_methods.rb
base.rb attr_protected and _accessible use sets of strings instead of arrays of symbols internally. Closes #10300. 2007-11-28 20:13:17 +00:00
calculations.rb
callbacks.rb
fixtures.rb
migration.rb
observer.rb
query_cache.rb
reflection.rb
schema.rb
schema_dumper.rb
serialization.rb
timestamp.rb
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 Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N] 2007-12-02 19:54:18 +00:00
version.rb Prep for RC2 2007-11-29 00:27:53 +00:00