質問編集履歴

2

知りたい内容の追加

2019/07/03 07:06

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -11,6 +11,12 @@
11
11
  [Ruby on Rails の環境構築をしてみよう](https://prog-8.com/docs/rails-env-win)
12
12
 
13
13
  です。
14
+
15
+
16
+
17
+ No match for 'psych (= 3.1.0)' on this platform. Found: x64-mingw32
18
+
19
+ このエラーメッセージの意味と、どうやったら解決するか、可能な限り専門用語を使わないでいただけたらありがたいです。
14
20
 
15
21
 
16
22
 

1

エラーメッセージの追加を行いました。

2019/07/03 07:06

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -28,6 +28,54 @@
28
28
 
29
29
 
30
30
 
31
+
32
+
33
+ #rails sを使った時のエラーメッセージも上げておきます
34
+
35
+
36
+
37
+ C:\Users\sample_app>rails server
38
+
39
+ Traceback (most recent call last):
40
+
41
+ 18: from bin/rails:4:in `<main>'
42
+
43
+ 17: from bin/rails:4:in `require'
44
+
45
+ 16: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.0.7.2/lib/rails/commands.rb:18:in `<top (required)>'
46
+
47
+ 15: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.0.7.2/lib/rails/commands/commands_tasks.rb:49:in `run_command!'
48
+
49
+ 14: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.0.7.2/lib/rails/commands/commands_tasks.rb:85:in `server'
50
+
51
+ 13: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.0.7.2/lib/rails/commands/commands_tasks.rb:85:in `tap'
52
+
53
+ 12: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.0.7.2/lib/rails/commands/commands_tasks.rb:88:in `block in server'
54
+
55
+ 11: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/railties-5.0.7.2/lib/rails/commands/commands_tasks.rb:88:in `require'
56
+
57
+ 10: from C:/Users/大輝/sample_app/config/application.rb:7:in `<top (required)>'
58
+
59
+ 9: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bundler-1.17.3/lib/bundler.rb:114:in `require'
60
+
61
+ 8: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bundler-1.17.3/lib/bundler/runtime.rb:65:in `require'
62
+
63
+ 7: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bundler-1.17.3/lib/bundler/runtime.rb:65:in `each'
64
+
65
+ 6: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bundler-1.17.3/lib/bundler/runtime.rb:76:in `block in require'
66
+
67
+ 5: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bundler-1.17.3/lib/bundler/runtime.rb:76:in `each'
68
+
69
+ 4: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bundler-1.17.3/lib/bundler/runtime.rb:81:in `block (2 levels) in require'
70
+
71
+ 3: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/bundler-1.17.3/lib/bundler/runtime.rb:81:in `require'
72
+
73
+ 2: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/sqlite3-1.3.13-x64-mingw32/lib/sqlite3.rb:2:in `<top (required)>'
74
+
75
+ 1: from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/sqlite3-1.3.13-x64-mingw32/lib/sqlite3.rb:6:in `rescue in <top (required)>'
76
+
77
+ C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/sqlite3-1.3.13-x64-mingw32/lib/sqlite3.rb:6:in `require': cannot load such file -- sqlite3/sqlite3_native (LoadError)
78
+
31
79
  ```
32
80
 
33
81