aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2012-12-09 16:42:02 +1100
committerHenare Degan <henare.degan@gmail.com>2012-12-11 11:08:19 +1100
commit8b1526a48af9e3e48d1f1154ab0a9a928c52a19a (patch)
treedf7d5e9a70b0b868c6feb8c74ff1c9968c5547e6 /Rakefile
parent7a3638128b6dd67111b7d471b19e59f5d838cee0 (diff)
Run the Rails 3 generator
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Rakefile b/Rakefile
index d4ebade51..6e86b06f6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,12 +1,7 @@
# Add your own tasks in files placed in lib/tasks ending in .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'
-require 'rdoc/task'
-
-require 'tasks/rails'
-Dir[File.join(File.dirname(__FILE__),'commonlib','rblib','tests','*.rake')].each { |file| load(file) }
+Alaveteli::Application.load_tasks