Stubbing in a rails 2.3.2 app

This commit is contained in:
Dan Buch
2012-03-04 08:05:48 -05:00
parent e9fb688ce7
commit af32e6b11a
46 changed files with 8502 additions and 0 deletions

10
rails/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'