Ruby on Rails , No Rakefile found error

前端 未结 3 1759
走了就别回头了
走了就别回头了 2021-02-20 08:52

I installed ruby on rails, postgres. I installed all required gem files, I created a project as http://guides.rubyonrails.org/getting_started.html wants

I added below co

3条回答
  •  感情败类
    2021-02-20 09:29

    I don't know why but this worked for me. worth a try

    heroku rake db:migrate 
    

    Found it on this discussion

提交回复
热议问题