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
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
technoweenie (author)
Thu May 15 17:48:51 -0700 2008
commit  478896185b0feb41ac328742f3527531c35f2cad
tree    4b4360f46dc7d1e5a0409bbb3e2ad8aea7b1ca28
parent  aa50252c19b28969e3bc217e70bed6a2f16d3a78 parent  33a730791242bb12b2bcd8cfab0a59e2b750b725
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'