# Add your own tasks in files placed in opal_lib/tasks ending in .rake, # for example opal_lib/tasks/capistrano.rake, and they will automatically be available to Rake. require File.expand_path('../config/application', __FILE__) Rorojiangjiang::Application.load_tasks require 'fileutils' task :remove_zeus_sock do FileUtils.rmtree(File.join(::Rails.root, '.zeus.sock')) end require 'bundler/setup' Bundler::GemHelper.install_tasks