Ruby后端在heroku live site上不起作用

时间:2017-02-02 03:04:31

标签: ruby-on-rails ruby-on-rails-4 heroku production heroku-postgres

在制作时,只有我网站的静态页面有效,所有带有实例变量的页面都会返回404错误。出于某种原因,当我运行heroku logs时,错误不会出现在日志中。一切都很好。

我不确定这个问题可能来自哪里,所以请在评论中提问!

谢谢,

吉尔

编辑:

这是路线文件

Rails.application.routes.draw do
  resources :comps do
    resources :tracks do
      member { get :download }
    end
  end

  devise_for :users
  resources :shows
  resources :contacts, only: [:index, :new, :create]

  get 'literal/noise' => 'literal#noise'

  root 'welcome#hi'

end

1 个答案:

答案 0 :(得分:0)

想出来。我从未运行heroku run rake db:migrate,因此heroku正在查找尚不存在的模型实例:{