Update to rails 3

This commit is contained in:
Tom Hughes 2010-09-01 11:02:58 +01:00
parent 9ff70a861a
commit c9fa49c994
41 changed files with 4214 additions and 2461 deletions

4
config.ru Normal file
View file

@ -0,0 +1,4 @@
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run OpenStreetMap::Application