I get this error and I don\'t know how to debug it.It occurs it seems at the \'save\' method i开发者_开发问答n my create action for my controller:
I\'m using the Rails 3 Vestal Versions 开发者_运维问答gem: https://github.com/lailsonbm/vestal_versions
I have it set up right now to save Images to my rails filesystem and keep the old version of the file in a path like /images/:id/:version/:filename
I was expecting it to be the union of all changes between 2 versions. (using vestal versions 1.0.2) ruby-1.8.7-p174 > contact.version
I\'m using the Vestal Version Fork here for Rails 3 support: http://github.com/adamcooper/vestal_versions/
I\'m real interested in using Vestal Versions with Rails 3. Does anyone know if Rails 3 works with Vestal Versions? I\'ve heard some users are running into issue:
I\'m using vestal_versions 1.0.2 and rails 2.3.8 I\'m trying to associate a user with changes made to models as shown in the the documentation:
I\'d like to be sure if vestal_versions does support versioned associations (i开发者_开发知识库t seems like it doesn\'t) before switching out to another versioning gem that can support versioned assoc
I\'m implementing a wiki style site开发者_JAVA百科 and want to highlight changes made to articles between successive versions. Using htmldiff to highlight changes works great, except it is rather cpu
I am working with vestal version for 2 months. Everything was fine until this afternoon. I didn\'t done anything special(or i don\'t remembered...) but the code works fine on others computers...