public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
francois (author)
Mon Mar 10 20:37:45 -0700 2008
commit  92642995a675aa4f380eecd8fe10767cdbec08d8
tree    3da517b44b3adf457b79a302d2a2c12915386681
parent  5528126ec61fdffc7cb5e6f20769f98876d002f1 parent  a1407eb22655e040d394c2b34b203d190891eda7
mephisto / Rakefile
100644 10 lines (7 sloc) 0.307 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/switchtower.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'