I have one problem. I am using PaperTrail with Carrierwave gem.The model for which paper trail is enabled also has some images lets say avatar. So when PaperTrail is creating a version for that model it is storing the image as an image object not the image URL as String. so when I reify that version it breaks with the following error.
TypeError: allocator undefined for Proc
from /home/webonise/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:281:in allocate'
from /home/webonise/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:281:inrevive'
from /home/webonise/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:219:in `visit_Psych_Nodes_Mapping'
............
Can you please help me with this?
It would be great if you add similar example.
Thanks..
I have one problem. I am using PaperTrail with Carrierwave gem.The model for which paper trail is enabled also has some images lets say avatar. So when PaperTrail is creating a version for that model it is storing the image as an image object not the image URL as String. so when I reify that version it breaks with the following error.
TypeError: allocator undefined for Proc
from /home/webonise/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:281:in
allocate'
revive'from /home/webonise/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:281:in
from /home/webonise/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/psych/visitors/to_ruby.rb:219:in `visit_Psych_Nodes_Mapping'
............
Can you please help me with this?
It would be great if you add similar example.
Thanks..