initial upgrade to rails 3.2.3

This commit is contained in:
Reinier Balt 2012-04-05 10:43:56 +02:00
parent f6d08a9cf5
commit a83c8b3f92
73 changed files with 4141 additions and 1079 deletions

0
script/about Normal file → Executable file
View file

6
script/rails Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
APP_PATH = File.expand_path('../../config/application', __FILE__)
require File.expand_path('../../config/boot', __FILE__)
require 'rails/commands'