-
-
Notifications
You must be signed in to change notification settings - Fork 229
Strange info in the modification column #87
Comments
Is:
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 table will be broken. Investigating. |
Thank you, we all appreciate your efforts. I was slammed with a new job and the desperate need for money this week, James On Sat, Dec 15, 2012 at 9:16 AM, justintanner [email protected]:
|
No problem, I've got a hacky workaround at the moment for version.rb
Looks like YAML serialization in rails 3.2.9 and ruby 1.9.3-p325 uses a new encoding scheme for column names. Maybe there is a cleaner way todo this. |
Put in a pull request and I will massage it into whatever form it takes On Sat, Dec 15, 2012 at 10:37 AM, justintanner [email protected]:
|
on the "rails_3" branch? |
Getting strange strings in the modification column:
(trying to get vestal_versions to work with rails 3.2.9)
The text was updated successfully, but these errors were encountered: