To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / text-base / Rakefile.svn-base @ 442:753f1380d6bc

History | View | Annotate | Download (307 Bytes)

1
# Add your own tasks in files placed in lib/tasks ending in .rake,
2
# for example lib/tasks/switchtower.rake, and they will automatically be available to Rake.
3

    
4
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
5

    
6
require 'rake'
7
require 'rake/testtask'
8
require 'rake/rdoctask'
9

    
10
require 'tasks/rails'