summaryrefslogtreecommitdiffstats
path: root/Rakefile
blob: 13c7e79c7688eb705dbc3ef23579eb2ae68a8fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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'

begin
  require 'rdoc/task'
rescue LoadError
  # RDoc is not available
end

require 'tasks/rails'