bsag / tracks

Tracks is a GTD(TM) web application, built with Ruby on Rails

This URL has Read+Write access

lrbalt (author)
Tue Jun 30 03:22:17 -0700 2009
commit  8a0da54808b4abdc158d67b0bdd74e201aa1571f
tree    5a2f5d21024840f76014b3f9ca430fc55eaf2ba9
parent  d931d4b627b95c849de9b3487be81a01e62d95dc
tracks / Rakefile
100644 16 lines (12 sloc) 0.446 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
 
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require 'tasks/rails'
 
begin
  require 'test/rails/rake_tasks'
rescue LoadError => e
  #It's ok if you don't have ZenTest installed if you're not a developer
end