public
Description: Functional Blogging
Homepage: http://www.crossconnector.com
Clone URL: git://github.com/artofmission/crossconnector.git
Search Repo:
Click here to lend your support to: crossconnector and make a donation at www.pledgie.com !
artofmission (author)
Fri Mar 21 15:11:45 -0700 2008
commit  1376beeb2d52d153a1a730e6ec9ac914c84f8983
tree    f57c4617c4e6f273b6dac1ced09679d26b85f66a
parent  f7c9c763fd06eb24f482d9909405ffc5b4819325
100755 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'