public
Fork of ncr/background-fu
Description: Running Long Background Tasks In Ruby On Rails Made Dead Simple
Homepage:
Clone URL: git://github.com/genki/background-fu.git
genki (author)
Sat Dec 27 18:38:10 -0800 2008
commit  90e60cbef3a684a0b153018d3ffbbc0f8ecd99f2
tree    33858d8aa90bd1510a7bb8b7fd2df6e3c884fec5
parent  ba8190469aa9bc63f7faaeabbdc6bb2c8c92095e
background-fu / Manifest.txt
100644 31 lines (30 sloc) 1.235 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
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