Update to rails 3
This commit is contained in:
parent
9ff70a861a
commit
c9fa49c994
41 changed files with 4214 additions and 2461 deletions
7
Rakefile
7
Rakefile
|
@ -1,10 +1,7 @@
|
|||
# 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 File.expand_path('../config/application', __FILE__)
|
||||
require 'rake'
|
||||
require 'rake/testtask'
|
||||
require 'rake/rdoctask'
|
||||
|
||||
require 'tasks/rails'
|
||||
OpenStreetMap::Application.load_tasks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue