I've been running Refinery in development environment and everything
seems to be working perfectly until I switch over to production mode.
Every now and then I occasionally get an exception when updating a
page from the admin interface.
This issue usually occurs when I click on the "Save & continue
editing" button.
I don't recall seing this problem in development mode.
The exception I'm getting is:
TypeError in Admin::PagesController#update
no marshal_dump is defined for class Proc
Full trace can be found here:
http://pastie.org/1964455
Does anyone else have come across this issue?
Here are my setup:
Rails 3.0.7
Ruby 1.8.7
RefineryCMS 0.9.9.22
Refinery Settings:
Cache Menu: true
Cache Pages Backend: true
I18n Translation Enabled (Refinery): false
New Page Parts: true
Use Resource Caching: true
* Everything else remain unchanged