【发布时间】:2014-02-25 14:28:32
【问题描述】:
将我的应用 Rails3 推送到 Heroku 时,它被拒绝:
运行:bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment sh:语法错误:未终止的带引号的字符串
但是当我运行ruby -c Gemfile 时,我得到Syntax OK。
有什么建议吗?
编辑: 源代码可以在这里找到:https://github.com/tubedude/portfolio_tracker 我正在使用 ruby 2.1.0 和 Rails 3.2.17
【问题讨论】:
-
你能通过你的 Gemfile 吗?您要部署到哪个堆栈以及哪个 Ruby 版本?
-
不知道你有没有看到,但是我已经添加了项目git的链接。
标签: ruby-on-rails heroku gemfile