chalkers / blog-enginified

Enginified Blog

This URL has Read+Write access

chalkers (author)
Wed May 27 17:06:24 -0700 2009
commit  f3f8206b5b1e043c9d7aa14fa7be5cff05d06b24
tree    748cfccbc581f74b1d1acafd4d8f5b9c19fb549c
blog-enginified / 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'