0

两年后我刚刚升级了 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 回答