質問編集履歴

4

追記

2018/03/22 12:10

投稿

tsyk
tsyk

スコア10

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- veiw内のindex.html.erbに
9
+ app\veiws内のindex.html.erbに
10
10
 
11
11
 
12
12
 
@@ -22,7 +22,7 @@
22
22
 
23
23
 
24
24
 
25
- helo_controller.rbに
25
+ app\controllers内のhelo_controller.rbに
26
26
 
27
27
  ```
28
28
 
@@ -44,7 +44,7 @@
44
44
 
45
45
 
46
46
 
47
- stylesheet内のhelo.scssに
47
+ app\assets\stylesheet内のhelo.scssに
48
48
 
49
49
 
50
50
 
@@ -69,20 +69,6 @@
69
69
  margin: 50px 0px;
70
70
 
71
71
  }
72
-
73
- ```
74
-
75
- を入力し
76
-
77
-
78
-
79
- controller内のhelo_controller.rbに
80
-
81
- ```ここに言語を入力
82
-
83
- <h1>Index page</h1>
84
-
85
- <p>this is sample page.</p>
86
72
 
87
73
  ```
88
74
 

3

追記

2018/03/22 12:10

投稿

tsyk
tsyk

スコア10

test CHANGED
@@ -1 +1 @@
1
- ExecJS::ProgramError が出てしまい困っています...
1
+ ExecJS::ProgramError が出てしまい困っています...
test CHANGED
@@ -15,6 +15,28 @@
15
15
  <h1>Index page</h1>
16
16
 
17
17
  <p>this is sample page.</p
18
+
19
+ ```
20
+
21
+ を入力し
22
+
23
+
24
+
25
+ helo_controller.rbに
26
+
27
+ ```
28
+
29
+ class HeloController < ApplicationController
30
+
31
+
32
+
33
+ def index
34
+
35
+ end
36
+
37
+
38
+
39
+ end
18
40
 
19
41
  ```
20
42
 

2

追記

2018/03/22 12:01

投稿

tsyk
tsyk

スコア10

test CHANGED
File without changes
test CHANGED
@@ -149,3 +149,5 @@
149
149
  rails 5.1.5
150
150
 
151
151
  gem 2.7.6
152
+
153
+ windows8

1

追加

2018/03/22 10:14

投稿

tsyk
tsyk

スコア10

test CHANGED
@@ -1 +1 @@
1
- ExecJS::ProgramError TypeError: オブジェクトでサポートされていプロパティたはメソッドで
1
+ ExecJS::ProgramError が出しま困っています...
test CHANGED
@@ -1,6 +1,8 @@
1
1
  ### 前提・実現したいこと
2
2
 
3
3
  rails初心者です。
4
+
5
+ 現在ruby on rails5 超入門を使って学習しているものですが、学習の途中でエラーが出てしまい、行き詰っています。書いたコードは以下のようになっています。
4
6
 
5
7
 
6
8
 
@@ -136,7 +138,7 @@
136
138
 
137
139
 
138
140
 
139
- rails on ruby5に、エラーが出たとき、コマンドでgem install nokogiri -v '1.6.8.1'を実行するようにとあり、実行しました。
141
+ rails on ruby5に、エラーが出たとき、コマンドでgem install nokogiri -v '1.6.8.1'を実行するようにとあり、実行しましたが、エラーはなくなりませんでした
140
142
 
141
143
 
142
144