james / hackday

The rails app behind rewiredstate.org - for hack days

This URL has Read+Write access

james (author)
Wed Aug 19 02:08:41 -0700 2009
commit  bd1fb9ba1b294a1b89f3215e0653837f0d34f5cf
tree    5d4099cfb0aa76213ba5af55722569d769bcb624
parent  a18a06a4617be50c76a572c57a78a78c86d97b3f
hackday / Rakefile
100644 11 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
11
# 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'