Sha256: 58f34c3388e35088b985d90ed3106a2631ae0d174309b1a52a4877cbae1844db
Contents?: true
Size: 683 Bytes
Versions: 14
Compression:
Stored size: 683 Bytes
Contents
# 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. begin # Load up the environment instead of just the boot file because we want all of the tasks available. require File.join(File.dirname(__FILE__), 'config', 'environment') rescue Exception # Load up the boot file instead because there's something wrong with the environment (like it's not set up yet). require File.join(File.dirname(__FILE__), 'config', 'boot') end # Require the standard stuff require 'rake' require 'rake/testtask' require 'rake/rdoctask' require 'tasks/rails' require 'refinery/tasks/refinery'
Version data entries
14 entries across 14 versions & 1 rubygems