diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-12-09 16:42:02 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-12-11 11:08:19 +1100 |
commit | 8b1526a48af9e3e48d1f1154ab0a9a928c52a19a (patch) | |
tree | df7d5e9a70b0b868c6feb8c74ff1c9968c5547e6 /Rakefile | |
parent | 7a3638128b6dd67111b7d471b19e59f5d838cee0 (diff) |
Run the Rails 3 generator
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 |