public
Description: Starter Kit for developers using Ruby on Rails to quickly get a blog up & running and then add features.
Homepage: http://www.faithfulgeek.org
Clone URL: git://github.com/faithfulgeek/blog-starter-kit.git
Search Repo:
Joe Fiorini (author)
Wed Apr 30 23:51:44 -0700 2008
commit  c391bf4b9975a547ac27306479b367706b62e346
tree    4bef0cfdabae3f1238f5075281fbca4164f87db3
parent  7d7fe704590cb5df547cea6cd9d491a8596536c5
blog-starter-kit / 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'