public
Description: A place to request and post recipes - how-to guides for useing the Hobo framework for Rails
Homepage: http://cookbook.hobocentral.net
Clone URL: git://github.com/tablatom/hobocookbook.git
commit  5b9aa6d51d92a3e8c220fbc83bd9e0e0162d8437
tree    72f8b97f608c1390ea37efdb5821ae2225a7b61e
parent  b184ee04fe1bc02e340737ac9bf4debc4b4c0405
hobocookbook / Rakefile
100644 15 lines (10 sloc) 0.38 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require 'tasks/rails'
 
gem 'gabrielg-vlad'
require 'vlad'
Vlad.load(:app => nil, :scm => :git)