Justin Tanner
Justin Tanner
Is: ``` !binary "Zmlyc3RfbmFtZQ==": ``` Normal, if so what is that?
Ah looks like the serialization in ruby 1.9.3-p325 and rails 3.29 is broken. All tests will pass because its serializing in a new format, but past compatibility with the versions...
No problem, I've got a hacky workaround at the moment for version.rb ``` class ForceYAML YAML::ENGINE.yamler='syck' def self.load(text) return if text.blank? YAML::load(text) end def self.dump(text) YAML::dump(text) end end serialize :modifications,...
on the "rails_3" branch?
Excellent fork, please merge this into the main vestal_versions.