2012-05-08 03:31:35 +00:00
|
|
|
# /usr/bin/ruby -Ku
|
2009-05-07 16:53:18 +00:00
|
|
|
# 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.
|
|
|
|
|
2010-03-08 08:04:05 +00:00
|
|
|
require File.expand_path('../config/application', __FILE__)
|
2012-05-08 03:31:35 +00:00
|
|
|
require 'resque/tasks'
|
2012-02-09 06:58:59 +00:00
|
|
|
require 'rake/dsl_definition'
|
2009-05-07 16:53:18 +00:00
|
|
|
require 'rake'
|
|
|
|
|
2012-03-05 08:19:08 +00:00
|
|
|
Orbit::Application.load_tasks
|