Displaying 1 result from an estimated 1 matches for "async_after_cr".
2007 Dec 14
0
async-observer rails plugin
...use on the beanstalk mailing
list at:
http://groups.google.com/group/beanstalk-talk
HOW TO USE IT
-------------
Here''s some example code. Want to call a method asynchronously?
obj.async_send(:method_name, arg1, arg2)
Want to define an asynchronous after_create hook?
class Person
async_after_create do |person|
logger.info "created a person: #{person.id}"
end
end
It''s that easy! For all the gory configuration details, see the web
site.
DEPENDENCY
----------
Async Observer requires beanstalkd and the beanstalk-client gem. You can
find
them at:
http://xph.us/sof...