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

4
rails2/pennmaps/script/about Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env ruby
require File.expand_path('../../config/boot', __FILE__)
$LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info"
require 'commands/about'