This commit is contained in:
Albert Yi
2010-02-04 15:08:49 -05:00
commit 9bb07046cd
41 changed files with 8425 additions and 0 deletions

10
Rakefile Normal file
View File

@@ -0,0 +1,10 @@
# 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.expand_path('../config/application', __FILE__)
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
Rails::Application.load_tasks