From db414e478044362b39f7acd66fe508989997a09c Mon Sep 17 00:00:00 2001 From: gnufied Date: Sat, 4 Oct 2008 13:06:08 +0530 Subject: [PATCH] update to use darkfish templates --- Rakefile | 4 +++- TODO.org | 10 ++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Rakefile b/Rakefile index 38c8f2b..1792815 100644 --- a/Rakefile +++ b/Rakefile @@ -41,8 +41,10 @@ Rake::RDocTask.new(:rdoc) do |rdoc| rdoc.rdoc_files.include('server/lib/*.rb') #rdoc.template = 'jamis' rdoc.options += [ + '-w', '4', '-SHN', - '-f', 'darkfish', # This is the important bit + '-f', 'darkfish', # This bit + '-m', 'README', ] end diff --git a/TODO.org b/TODO.org index 0755b08..e5e03a4 100644 --- a/TODO.org +++ b/TODO.org @@ -1,7 +1,5 @@ * Todo related with new version * -** Implement environment loading more granular. - Worker, should be able to specify whether it wants the environment loaded or not. -** Write test cases for meta worker and master worker classes. -** Check for missing constant errors while doing Marshal.load and - see if it can load scoped classes as well. - +- write docs for new :schedule_at +- docs for disabling job queue checks +- more documentation for job queue +- Check for job table migration (need internet)