public
Description: My blog engine
Homepage: http://nex-3.com
Clone URL: git://github.com/nex3/nex3-s-blog-engine.git
nex3 (author)
Sun May 11 17:00:53 -0700 2008
commit  cd0b1fe8646bb00a0f628505fa6a891712e28b85
tree    0cbafc5795a27daefc8752c43734b820d90c43b6
parent  589aa4ce34bcd337652dd9d9cb035188ef428461
nex3-s-blog-engine / Rakefile
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'