0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AWS cloud9を使ってRuby on Railsを起動させる際に躓いたところ

Posted at

環境

Rails 5.0.7.2

AWS cloud9のPreview

問題

  • Preview -> Preview Running Application にて接続が拒否されて表示されない
スクリーンショット 2019-07-14 18.14.30.png

解決策

  • 上記画像のBrowserの隣りにあるPop Out New Windowのボタンを押す
    • Yay!
スクリーンショット 2019-07-14 18.15.54.png

SQLまわり

問題

  • PreviewしたらNoConnectionPool
スクリーンショット 2019-07-14 18.08.53.png

解決策

  • Gemfileにsqlite3のバージョンを明確に指定する
スクリーンショット 2019-07-14 18.17.48.png
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?