我得到以下錯誤:Heroku的耙分貝:遷移失敗
[app (master)]$ heroku rake db:migrate
rake aborted!
undefined method `root' for Heroku::Rails:Module /app/Rakefile:7
(See full trace by running task with --trace) (in /app)
我無法弄清楚如何由錯誤的建議運行跟蹤(heroku rake db:migrate --trace
賦予「無效選項--trace」),我不相信這與着名的「heroku不使用sqlite3」問題有關。
我的Rakefile如下:
require File.expand_path('../config/application', __FILE__)
require 'rake'
SampleApp::Application.load_tasks
不,從來沒有這樣做過。我在那裏看到一個錯誤:ActionController :: RoutingError(未初始化的常量UsersController): – 2011-04-14 14:16:43