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 / pristine / c1 / c1d45432ffa47ce422a38647a20792c2b62b62e8.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (360 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

    
9
begin
10
  require 'rdoc/task'
11
rescue LoadError
12
  # RDoc is not available
13
end
14

    
15
require 'tasks/rails'