Sha256: 4fdb889a10aa3b33303c8ad6f88c3183a1e780ee5cc434315dfcf7e3157a7a34
Contents?: true
Size: 898 Bytes
Versions: 5
Compression:
Stored size: 898 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 # Log the exception to the console/logfile. puts "*** Couldn't load the application's configuration because something went wrong... ***" puts "*** Don't worry, we'll bypass the application's configuration and just boot instead... ***" # Load up the boot file instead because there's something wrong with the environment. 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-0.9.6.19 | Rakefile |
refinerycms-0.9.6.18 | Rakefile |
refinerycms-0.9.6.17 | Rakefile |
refinerycms-0.9.6.16 | Rakefile |
refinerycms-0.9.6.15 | Rakefile |