public
Description: A 'clone' of the activewarehose demo, to fix it for trunk of activewarehouse
Homepage: http://activewarehouse.rubyforge.org/
Clone URL: git://github.com/bcotton/activewarehouse-demo.git
aeden (author)
Thu Apr 12 18:54:40 -0700 2007
commit  68ee29328b4f85b957ab160847d669ae5ac39276
tree    fd6660f3ebc9f8ccf6053ad0ae359c1a6148a4f6
parent  94bde96998aed38f82c63cd0b7dbe362216ab396
100644 11 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
11
# 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'