I was having this error in Development but not in Test: ActiveRecord::SerializationTypeMismatch: cambiable_attributes was supposed to be a Hash, but was a String
Which was the problem? I was using MySQL in Development and SQLite3 in Test. Field 'cambiable_attributes' was type String in the DB schema and had to be type Text. I changed the data type to Text and it worked well in both environments. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

