mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
4e7217027f
As of Ruby 2.2, Psych can handle any object which is marshallable. This was not true on previous versions of Ruby, so our delegator types had to provide their own implementation of `init_with` and `encode_with`. Unfortunately, this doesn't match up with what Psych will do today. Since by the time we hit this layer, the objects will have already been created, I think it makes the most sense to just grab the current type from the class. |
||
---|---|---|
.. | ||
yaml_compatibility_fixtures | ||
config.rb | ||
connection.rb | ||
connection_helper.rb | ||
ddl_helper.rb | ||
schema_dumping_helper.rb |