robertbrook / kb

A basic knowledge base written in Rails

This URL has Read+Write access

robmckinnon (author)
Tue Sep 15 04:37:25 -0700 2009
commit  ede0f942ef3c629fb8f09374a4edaa7a0cc4d2f9
tree    dd606d2060b3a87a8ec803c73029c11a5d8ddbfd
parent  01793f7f1cd3bad7ae8f58b2551186c7e1a90c7e
kb / 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'