前提・実現したいこと
AWSのcloud9でrails new myappを入力したところ
conflict が赤文字になり処理が止まってしまいます。
Overwrite /home/ec2-user/environment/myapp/bin/rails? (enter "h" for help) [Ynaqdhm] reset Y - yes, overwrite
n - no, do not overwrite
a - all, overwrite this and all others
q - quit, abort
d - diff, show the differences between the old and the new
h - help, show this help
m - merge, run merge tool
Overwrite /home/ec2-user/environment/myapp/Overwrite /home/ec2-user/environment/myapp/bin/rails? (enter "h" for help) [Ynaqdhm]
続いてと表示され、いずれかを選択すると先に進みますが
rails sを入力するとプレビューに175,176のエラーが表示され、clearなどを入力しても反応しなくなってしまいます。
クロームで表示すると882のエラーも出ました。
発生している問題・エラーメッセージ
175,176 raise Gem::LoadError, "Specified '#{spec[:adapter]}' for database adapter, but the gem is not loaded. Add `gem '#{e.name}'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord)." 882 raise ConnectionNotEstablished, "No connection pool with id #{spec_name} found." unless pool
該当のソースコード
rails new myapp
試したこと
ターミナルを新しくするも変化なし
補足情報(FW/ツールのバージョンなど)
Rails 5.0.7.2
ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux]
ここにより詳細な情報を記載してください。
あなたの回答
tips
プレビュー