2017-04-06 8 views
1

githubからクローン作成した直後にアプリケーションをデプロイしました。私は、バンドルをインストールし、すべてのもの、およびサーバが502 Ruby on Railsでgcloudのサーバーエラー

/usr/local/lib/ruby/gems/2.4.0/gems/railties-5.0.2/lib/rails/app_loader.rb:40: 
warning: Insecure world writable dir /google/gopath/bin in PATH, mode 040777 
/home/hwangjinsong/.gems/gems/activesupport- 
5.0.1/lib/active_support/xml_mini.rb:51: warning: constant ::Fixnum is 
deprecated 
/home/hwangjinsong/.gems/gems/activesupport- 
5.0.1/lib/active_support/xml_mini.rb:52: warning: constant ::Bignum is 
deprecated 
=> Booting WEBrick 
=> Rails 5.0.1 application starting in development on http://localhost:8080 
=> Run `rails server -h` for more startup options 
/home/hwangjinsong/.gems/gems/activesupport- 
5.0.1/lib/active_support/core_ext/numeric/conversions.rb:138: warning: 
constant ::Fixnum is deprecated 
[2017-04-06 12:09:32] INFO WEBrick 1.3.1 
[2017-04-06 12:09:32] INFO ruby 2.4.0 (2016-12-24) [x86_64-linux] 
[2017-04-06 12:09:32] INFO WEBrick::HTTPServer#start: pid=334 port=8080 

を言ったが、私はページに移動するとき、https://agarlogin-1142.appspot.com/ はそれが言うんでした

エラー:サーバーが一時的なエラーが発生した可能性

サーバーエラーあなたの要求は完了しません。 30秒後にもう一度お試しください。

<html><head> 
<meta http-equiv="content-type" content="text/html;charset=utf-8"> 
<title>502 Server Error</title> 
</head> 
<body text="#000000" bgcolor="#ffffff"> 
<h1>Error: Server Error</h1> 
<h2>The server encountered a temporary error and could not complete your 
request.<p>Please try again in 30 seconds.</p></h2> 
<h2></h2> 
</body></html> 

ありがとうございます。

答えて

0

これは助けることができる:

をこの警告が表示され、あなたがルビー2.4.0

warning: constant ::Fixnum is deprecated When generating new model

を使用しているので、我々は我々のアプリケーションコードにこの変更についての倍の大半を心配する必要はありません。しかし、Railsのようなライブラリは、特定の決定を下すためにクラスのクラスを使用します。これらのライブラリは、Ruby 2.4と旧バージョンのRubyの両方をサポートする必要があります。