Mercurial > hg > soundsoftware-site
diff Rakefile @ 1338:25603efa57b5
Merge from live branch
author | Chris Cannam |
---|---|
date | Thu, 20 Jun 2013 13:14:14 +0100 |
parents | 433d4f72a19b |
children |
line wrap: on
line diff
--- a/Rakefile Wed Jan 23 13:11:25 2013 +0000 +++ b/Rakefile Thu Jun 20 13:14:14 2013 +0100 @@ -1,15 +1,7 @@ +#!/usr/bin/env rake # 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. +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. -require(File.join(File.dirname(__FILE__), 'config', 'boot')) +require File.expand_path('../config/application', __FILE__) -require 'rake' -require 'rake/testtask' - -begin - require 'rdoc/task' -rescue LoadError - # RDoc is not available -end - -require 'tasks/rails' +RedmineApp::Application.load_tasks