rails/activerecord/lib
Sean Griffin 98faa2a6a1 Don't assign default attributes until after loading schema
If the call to `.define_attribute_methods` actually ends up loading the
schema (*very* hard to do, as it requires the object being created
without `allocate` having been called, but it can be done by manually
calling `initialize` from inside `marshal_load` if you're crazy), the
value of `_default_attributes` will change from that call.
2016-11-03 13:57:13 -04:00
..
active_record Don't assign default attributes until after loading schema 2016-11-03 13:57:13 -04:00
rails/generators let Regexp#match? be globally available 2016-10-27 09:13:55 +02:00
active_record.rb Eager autoload ActiveRecord::TableMetadata 2016-08-15 14:12:08 -07:00