質問編集履歴

1

エラーの内容と現在の状況を追加しました。

2020/03/21 14:19

投稿

bios07
bios07

スコア28

test CHANGED
File without changes
test CHANGED
@@ -24,4 +24,26 @@
24
24
 
25
25
 
26
26
 
27
+ (( 現在の状況 ))
28
+
29
+ AWSにログインして、(cd myapp)、(rails s)と進み、
30
+
31
+ (Preview)、(Preview Running Apprication) 、
32
+
33
+ を選択した所、エラーが表示されました。
34
+
35
+
36
+
37
+ (( エラーの内容 ))
38
+
39
+ Gem::LoadError
40
+
41
+
42
+
43
+ Specified 'sqlite3' for database adapter, but the gem is not loaded. Add `gem 'sqlite3'` to your Gemfile (and ensure its version is at the minimum required by ActiveRecord).
44
+
45
+
46
+
47
+
48
+
27
- こを、どのように修正すれば良いか教えて下さい。
49
+ どのようにすれば良いか教えて下さい。