Stubbing in a new Rails2 app so that I can walk through some of the Rails2 -> Rails3 problems in miniature

This commit is contained in:
Dan Buch
2012-03-03 23:53:30 -05:00
parent 92f8b24f6a
commit 2a3ed69653
47 changed files with 8505 additions and 0 deletions

10
rails2/pennmaps/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.join(File.dirname(__FILE__), 'config', 'boot'))
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'tasks/rails'