-
Notifications
You must be signed in to change notification settings - Fork 1
ryanking/do-it-later
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
DoItLater
=========
A minimalistic asynchronous job server for rails and starling
Example
=======
class Thing < ActiveRecord::Base
def do_stuff
:stuff
end
end
thing = Thing.new
thing.later :do_stuff
----
worker = DoItLater::Worker.new
worker.run
Copyright (c) 2009 Ryan King, released under the MIT license
About
a minimalistic async worker plugin for rails
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published