aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/legacy_yaml_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-091-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Make Active Record emit significantly smaller YAMLSean Griffin2016-05-311-1/+1
* Add YAML compatibility for objects from Rails 4.2Sean Griffin2015-03-101-1/+17
* Attempt to provide backwards compatible YAML deserializationSean Griffin2015-03-101-0/+30