Skip to content

ryanking/do-it-later

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages