错误:将Rails 2.3.8应用程序部署到heroku

时间:2012-07-18 23:26:56

标签: ruby-on-rails ruby heroku

非常感谢如何使用Heroku部署我的Rails 2.3.8。当我尝试推送到heroku时,我收到以下错误消息:

    git push heroku master
    Enter passphrase:
    Counting objects:3, done.
    Compressing objects: 100 % (2/2), done.
    Writing onject: 100 % (3/3), 4.34 KiB, done.
    Total 3 (delta 0), reused 0 (delta 0)

    -----> Heroku receiving push
    Heroku push rejected, no Cedar-supported app detected

    To git@heroku.com: falling-sunrise.git
    [remote rejected] master -> master (pre-receive hook declined)
    error: failed to push some refs to 'git@heroku.com:falling-sunrise.git'

我还附上了命令行界面的实际屏幕截图。我读到某个地方,我可能要编写一个gemfile来推动工作。我也这样做了,并将其添加到我的应用程序的根目录但没有运气。

2 个答案:

答案 0 :(得分:0)

您可以提供应用的布局吗?确保在本地运行bundle install并检查您的Gemfile;它可能没有正确配置,或者您没有将新文件(包括非常重要的Gemfile.lock)添加到git。

另见https://devcenter.heroku.com/articles/ruby-support#rails_2x_applications

答案 1 :(得分:0)

尝试捆绑您的gemfile并确保它已完成。如果这不起作用,您可以尝试将您的应用推向竹堆:

https://devcenter.heroku.com/articles/bamboo