public
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
technoweenie (author)
Sun Feb 10 15:59:44 -0800 2008
commit  a1a2cf95d10710f87b6f1b60819dcca164cf96fa
tree    d7388ad2f274bb32bab57808633f4676125e88f7
parent  e073c14e67be2ad14e5ffdf57a4371be2888f2ce
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'