root/Rakefile

Revision 1, 307 bytes (checked in by falcon, 16 years ago)

Version one -> initial work from the laptop.

Line 
1# Add your own tasks in files placed in lib/tasks ending in .rake,
2# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
4require(File.join(File.dirname(__FILE__), 'config', 'boot'))
5
6require 'rake'
7require 'rake/testtask'
8require 'rake/rdoctask'
9
10require 'tasks/rails'
Note: See TracBrowser for help on using the browser.