push rails app to heroku

后端 未结 8 1583
慢半拍i
慢半拍i 2020-12-15 05:54

I am trying to push a rails application to heroku.

When I get to the last step:

git push heroku master

It doesn\'t work and gives m

8条回答
  •  Happy的楠姐
    2020-12-15 06:30

    Also, if you're on Rails 3.0 make sure you use the cedar stack

    heroku create --stack cedar
    

提交回复
热议问题