When a new resource is created and it needs to do some lengthy processing before the resource is ready, how do I send that processing away into the
You should definitely check out the following Railscasts:
They explain how to run background processes in Rails in every possible way (with or without a queue ...)