Navigation Menu

Skip to content

Commit

Permalink
update to use darkfish templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufied committed Oct 4, 2008
1 parent 1c6e904 commit db414e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -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
Expand Down
10 changes: 4 additions & 6 deletions 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)

0 comments on commit db414e4

Please sign in to comment.