Wednesday, December 16, 2009

Ruby on Rails: background job for uploading file

Quick note.

Running the work of uploading file in the background using Delayed Job doesn't work well because it has a problem with serializing the data into YAML::Object that it uses.

Workling with Spawn works well.

No comments: