We're starting to notice a pattern in our Rails app that there are
asynchronous actions we'd like to take after the response is rendered
and shipped to the browser.  Examples including queuing email and
writing statistics to the database.

It would be cool if there were a hook in Rails that would allow us to
throw this work onto a queue and have it done in the same process but
just after the response is sent back to the browser.

Anyone know of a hook like this, or a plugin that creates one?

-Colin
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to