質問編集履歴
2
あああ
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,16 +8,14 @@
|
|
8
8
|
|
9
9
|
下のようなエラーが返りました
|
10
10
|
```
|
11
|
-
|
12
|
-
|
13
|
-
/home/ec2-user/environment/sample_app/db/schema.rb doesn't exist yet. Run `rails db:migrate` to create it, then try again. If you do not intend to use a database, you should instead alter /home/ec2-user/environment/sample_app/config/application.rb to limit the frameworks that will be loaded.
|
14
|
-
Run options: --seed 22761
|
11
|
+
Running via Spring preloader in process 12239
|
12
|
+
Run options: --seed 33311
|
15
13
|
|
16
14
|
# Running:
|
17
15
|
|
18
16
|
..
|
19
17
|
|
20
|
-
Finished in 0.
|
18
|
+
Finished in 0.333246s, 6.0016 runs/s, 6.0016 assertions/s.
|
21
19
|
|
22
20
|
2 runs, 2 assertions, 0 failures, 0 errors, 0 skips
|
23
21
|
Traceback (most recent call last):
|
@@ -55,7 +53,6 @@
|
|
55
53
|
2: from /home/ec2-user/.rvm/gems/ruby-2.6.0/gems/notiffany-0.1.1/lib/notiffany/notifier/base.rb:59:in `initialize'
|
56
54
|
1: from /home/ec2-user/.rvm/gems/ruby-2.6.0/gems/notiffany-0.1.1/lib/notiffany/notifier/tmux.rb:69:in `_check_available'
|
57
55
|
/home/ec2-user/.rvm/gems/ruby-2.6.0/gems/notiffany-0.1.1/lib/notiffany/notifier/tmux/client.rb:12:in `version': undefined method `[]' for nil:NilClass (NoMethodError)
|
58
|
-
rails_beginner:~/environment/sample_app (static-pages) $
|
59
56
|
```
|
60
57
|
|
61
58
|
|
1
あ
title
CHANGED
File without changes
|
body
CHANGED
@@ -64,7 +64,7 @@
|
|
64
64
|
rails _5.1.6_ new sample_app
|
65
65
|
```
|
66
66
|
|
67
|
-
Gemfile
|
67
|
+
チュートリアルと同じ内容ですがGemfile
|
68
68
|
```rails
|
69
69
|
source 'https://rubygems.org'
|
70
70
|
|
@@ -105,4 +105,7 @@
|
|
105
105
|
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
106
106
|
```
|
107
107
|
|
108
|
+
|
109
|
+
|
110
|
+
|
108
111
|
分かる方教えていただけないでしょうか。
|