gpt4 book ai didi

ruby-on-rails - Ruby 版本未在 Heroku 上升级

转载 作者:行者123 更新时间:2023-12-03 16:20:25 28 4
gpt4 key购买 nike

我已经在 heroku 上将我的应用程序从 ruby​​ 1.9.2 升级到 ruby​​ 1.9.3。

我关注了关于 heroku 的文章: https://devcenter.heroku.com/articles/ruby-versions

当我部署我的应用程序时,我没有收到任何错误:

> -----> Ruby/Rails app detected
> -----> Using Ruby version: ruby-1.9.3
> -----> Installing dependencies using Bundler version 1.2.0.rc.2 Running: bundle install --without development:test --path
> vendor/bundle --binstubs bin/ --deployment Fetching gem metadata from
> http://rubygems.org/....... Fetching gem metadata from
> http://rubygems.org/.. Using rake (0.9.2.2) Using i18n (0.6.0)
> ..............
> -----> Discovering process types Procfile declares types -> worker Default types for Ruby/Rails -> console, rake, web
> -----> Compiled slug size is 27.0MB
> -----> Launching... done, v157 http://riskyshower.herokuapp.com deployed to Heroku

但是应用程序无法正常启动,如果我跟踪日志,我会看到以下内容:

2012-08-16T10:21:26+00:00 heroku[router]: Error H10 (App crashed) -> GET my_domain.me/ dyno= queue= wait= service= status=503 bytes=
2012-08-16T10:21:27+00:00 heroku[router]: Error H10 (App crashed) -> GET my_domain.me/favicon.ico dyno= queue= wait= service= status=503 bytes=

我无法获得更多信息来告诉我哪里出了问题,但我猜 Ruby 没有正确升级,因为当我升级时:

heroku run "ruby -v"
Running ruby -v attached to terminal... up, run.1
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux]

什么时候应该是 1.9.3

在我的 Gemfile 顶部,我有:

source 'http://rubygems.org'
ruby '1.9.3'

我正在使用最新版本的 bundler :

bundle -v
Bundler version 1.2.0.rc.2

而且我猜我有通往 ruby​​ 的正确路径(如文章中所述):

heroku config -s | grep PATH
PATH=vendor/bundle/ruby/1.9.1/bin:/usr/local/bin:/usr/bin:/bin:bin

对于强制升级到 Ruby 1.9.3 我应该运行什么有什么想法吗?

谢谢!

最佳答案

我没有足够认真地阅读文档。

我的 heroku PATH 是

vendor/bundle/ruby/1.9.1/bin:/usr/local/bin:/usr/bin:/bin

文档说:

If absent or not the first entry, add bin: to the config with heroku config:add. $ heroku config:add PATH=bin:vendor/bundle/ruby/1.9.1/bin:/usr/local/bin:/usr/bin:/bin

不是 first entry 术语(不像我想的那样简单地 present),显然我需要在 PATH 前面添加“bin”。

关于ruby-on-rails - Ruby 版本未在 Heroku 上升级,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11991689/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com