0

2 年後に Errbit をアップグレードしたばかりですが、アプリをクリックすると次のエラーが表示されます。

NameError: 初期化されていない定数 IssueTrackers

エラーの可能性のある場所は次のとおりです。

[PROJECT_ROOT]/models[PROJECT_ROOT].rb:123→ issue_tracker_configured?
[PROJECT_ROOT]/helpers[PROJECT_ROOT]s_helper.rb:47→ block in detect_any_apps_with_attributes
[PROJECT_ROOT]/helpers[PROJECT_ROOT]s_helper.rb:44→ each
[PROJECT_ROOT]/helpers[PROJECT_ROOT]s_helper.rb:44→ detect_any_apps_with_attributes
[PROJECT_ROOT]/helpers[PROJECT_ROOT]s_helper.rb:15→ any_github_repos?
[PROJECT_ROOT]/views[PROJECT_ROOT]s/index.html.haml:9→ app_views_apps_index_html_haml__FRAGMENT_

完全なトレース:

http://pastebin.com/wfHFVsAp

4

1 に答える 1

0

移行を実行する必要がありました:

heroku run rake db:migrate
heroku restart
于 2015-02-19T17:53:06.197 に答える