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-02 03:33:58 +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 attr_readonly behaves well with optimistic locking. Closes #10188. 2007-11-16 20:31:24 +00:00
serializers Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268. 2007-11-14 10:33:25 +00:00
vendor
aggregations.rb
associations.rb Ensure that column names are quoted. Closes #10134 [wesley.moxam] 2007-11-10 21:33:13 +00:00
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 Change plings to the more conventional quotes in the documentation. Closes #10104 [danger] 2007-11-12 18:36:42 +00:00
fixtures.rb Foxy fixtures: support single-table inheritance. Closes #10234. 2007-11-26 22:46:11 +00:00
migration.rb Improve documentation for IrreversibleMigrations. Closes #9636 [toolmantim] 2007-11-11 21:31:59 +00:00
observer.rb
query_cache.rb
reflection.rb Docfix (closes #10252) 2007-11-25 22:25:21 +00:00
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 Warn users about the race condition in validates_uniqueness_of. [Koz] 2007-12-01 23:12:49 +00:00
version.rb Prep for RC2 2007-11-29 00:27:53 +00:00