railsguy·vor 17 Jahren·discussthe async plugin is quite nice. you can replace>> myobject.very_slow_methodwith>> myobject.async :very_slow_methodand it's executed in backgroundhttp://github.com/lassej/async/tree/master
>> myobject.very_slow_method
with
>> myobject.async :very_slow_method
and it's executed in background
http://github.com/lassej/async/tree/master