1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Mike Perham
5ea0ca89d0 Initial spike of Sinatra/TwB2 based web UI
Just run "rails s" in myapp/ and go to http://localhost:3000/sidekiq
2012-03-04 12:58:16 -08:00
Mike Perham
bc004f2b15 Prepare for release 0.8.0 2012-03-02 11:47:55 -08:00
Mike Perham
9fb20f6249 Add capistrano integration [#52] 2012-02-26 20:36:30 -08:00
Mike Perham
e15e6d8ae5 Upgrade celluloid 2012-02-21 15:56:44 -08:00
Mike Perham
0e9b3cede4 Test busy actor termination 2012-02-18 20:01:29 -08:00
Mike Perham
810c9fd024 Updates to myapp for testing with resque-web 2012-02-12 11:42:01 -08:00
Mike Perham
29a89d7a25 Last minute fixes 2012-02-05 13:22:57 -08:00
Mike Perham
2771a0ad96 Rename workers to processors. New Railtie support.
Workers are the user's classes, the threads are now called processors.  Add secret sauce to make Rails config much easier.  Use a railtie to auto-add app/workers to the autoload path.
2012-01-25 13:32:51 -08:00
Mike Perham
d93c51301e Misc cleanup 2012-01-24 18:07:18 -08:00
Mike Perham
89144133fb Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00