public
Description: Legacy code from the original llor.nu site
Homepage:
Clone URL: git://github.com/jwhitmire/llor-nu-legacy.git
commit  904d82642f89ceb1e596b83d2d4b2de5a6627679
tree    e0343ff36233c10249898587c384fd20cb33d29e
parent  8148a7de41e0f71a01bac70916091e9cf033bce3
llor-nu-legacy / Rakefile
100644 11 lines (8 sloc) 0.346 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/switchtower.rake, and they will automatically be available to Rake.
 
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
Rails::Initializer.run(:set_load_path)
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require 'tasks/rails'