public
Description: Running Long Background Tasks In Ruby On Rails Made Dead Simple
Homepage:
Clone URL: git://github.com/ncr/background-fu.git
Click here to lend your support to: background-fu and make a donation at www.pledgie.com !
opencomputing (author)
Mon May 18 02:18:07 -0700 2009
ncr (committer)
Mon May 18 02:27:05 -0700 2009
commit  8822b81078f4c3c4922fc9ed57697b320ccac645
tree    09ff7837b50a990b0fc24e079ffd9a6a017dc9c7
parent  e83f775e448fda24b2df3140576faa9d1d74671e
background-fu / Manifest.txt
100644 32 lines (32 sloc) 1.271 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
History.txt
Manifest.txt
README.txt
Rakefile
background-fu.gemspec
generators/background/USAGE
generators/background/background_generator.rb
generators/background/templates/background.rb
generators/background/templates/background_ctl
generators/background/templates/daemons
generators/background/templates/daemons.yml
generators/background/templates/example_monitored_worker.rb
generators/background/templates/example_worker.rb
generators/background/templates/migration.rb
generators/background/templates/scaffold/_form.html.erb
generators/background/templates/scaffold/_job.html.erb
generators/background/templates/scaffold/_job_deleted.html.erb
generators/background/templates/scaffold/_progress_indicator.html.erb
generators/background/templates/scaffold/application_controller.rb
generators/background/templates/scaffold/background_fu.css
generators/background/templates/scaffold/index.html.erb
generators/background/templates/scaffold/jobs.html.erb
generators/background/templates/scaffold/jobs_controller.rb
generators/background/templates/scaffold/jobs_helper.rb
generators/background/templates/scaffold/new.html.erb
lib/background_fu.rb
lib/background_fu/worker_monitoring.rb
lib/job.rb
lib/job/bonus_features.rb
rails/init.rb
test/job_test.rb
test/test_helper.rb