public
Description: The code for MyChores, open-source, freely available to anyone who wants it.
Homepage: http://www.mychores.co.uk
Clone URL: git://github.com/sermoa/mychores.git
Click here to lend your support to: mychores and make a donation at www.pledgie.com !
mychores / Rakefile
100755 10 lines (7 sloc) 0.306 kb
1
2
3
4
5
6
7
8
9
10
# 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'