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 / Rakefile @ 912:5e80956cc792

History | View | Annotate | Download (360 Bytes)

1 0:513646585e45 Chris
# 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 909:cbb26bc654de Chris
begin
10
  require 'rdoc/task'
11
rescue LoadError
12
  # RDoc is not available
13
end
14
15
require 'tasks/rails'