質問編集履歴

3

追記しました。

2016/02/14 02:00

投稿

manman
manman

スコア233

test CHANGED
File without changes
test CHANGED
@@ -172,4 +172,4 @@
172
172
 
173
173
  ```
174
174
 
175
- というエラーが出ています。
175
+ というエラーが出ています。config.yml をどう編集すればよいでしょうか?

2

追記しました。

2016/02/14 02:00

投稿

manman
manman

スコア233

test CHANGED
File without changes
test CHANGED
@@ -139,3 +139,37 @@
139
139
  Make sure that `gem install json -v '1.8.3'` succeeds before bundling.
140
140
 
141
141
  ```
142
+
143
+
144
+
145
+ DEVELOPMENT KITインストール後
146
+
147
+
148
+
149
+ ```
150
+
151
+ C:\devkit>ruby dk.rb init
152
+
153
+
154
+
155
+ Initialization complete! Please review and modify the auto-generated
156
+
157
+ 'config.yml' file to ensure it contains the root directories to all
158
+
159
+ of the installed Rubies you want enhanced by the DevKit.
160
+
161
+
162
+
163
+ C:\devkit>ruby dk.rb install
164
+
165
+ Invalid configuration or no Rubies listed. Please fix 'config.yml'
166
+
167
+ and rerun 'ruby dk.rb install'
168
+
169
+
170
+
171
+ C:\devkit>
172
+
173
+ ```
174
+
175
+ というエラーが出ています。

1

追記しました。

2016/02/14 01:58

投稿

manman
manman

スコア233

test CHANGED
File without changes
test CHANGED
@@ -37,3 +37,105 @@
37
37
  というエラーが出てきます。
38
38
 
39
39
  どのようにビューとコントローラーを作ればよいか教えてください。
40
+
41
+
42
+
43
+ (追記)
44
+
45
+ bundle install を繰り返すと以下のエラーがでてきました。
46
+
47
+ ```
48
+
49
+ Fetching gem metadata from https://rubygems.org/...........
50
+
51
+ Fetching version metadata from https://rubygems.org/...
52
+
53
+ Fetching dependency metadata from https://rubygems.org/..
54
+
55
+ Resolving dependencies.............
56
+
57
+ Using rake 10.5.0
58
+
59
+ Using i18n 0.7.0
60
+
61
+ Installing json 1.8.3 with native extensions
62
+
63
+
64
+
65
+ Gem::InstallError: The 'json' native gem requires installed build tools.
66
+
67
+
68
+
69
+ Please update your PATH to include build tools or download the DevKit
70
+
71
+ from 'http://rubyinstaller.org/downloads' and follow the instructions
72
+
73
+ at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
74
+
75
+ Using minitest 5.8.4
76
+
77
+ Using thread_safe 0.3.5
78
+
79
+ Using builder 3.2.2
80
+
81
+ Using erubis 2.7.0
82
+
83
+ Using mini_portile2 2.0.0
84
+
85
+ Using rack 1.6.4
86
+
87
+ Using mime-types 2.99
88
+
89
+ Using arel 6.0.3
90
+
91
+ Installing debug_inspector 0.0.2 with native extensions
92
+
93
+
94
+
95
+ Gem::InstallError: The 'debug_inspector' native gem requires installed build tools.
96
+
97
+
98
+
99
+ Please update your PATH to include build tools or download the DevKit
100
+
101
+ from 'http://rubyinstaller.org/downloads' and follow the instructions
102
+
103
+ at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
104
+
105
+ Using bundler 1.11.2
106
+
107
+ Installing byebug 8.2.2 with native extensions
108
+
109
+
110
+
111
+ Gem::InstallError: The 'byebug' native gem requires installed build tools.
112
+
113
+
114
+
115
+ Please update your PATH to include build tools or download the DevKit
116
+
117
+ from 'http://rubyinstaller.org/downloads' and follow the instructions
118
+
119
+ at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
120
+
121
+ Using coffee-script-source 1.10.0
122
+
123
+ Using execjs 2.6.0
124
+
125
+ Using thor 0.19.1
126
+
127
+ Using concurrent-ruby 1.0.0
128
+
129
+ Using multi_json 1.11.2
130
+
131
+ Using sass 3.4.21
132
+
133
+ Using tilt 2.0.2
134
+
135
+ Using sqlite3 1.3.11
136
+
137
+ An error occurred while installing json (1.8.3), and Bundler cannot continue.
138
+
139
+ Make sure that `gem install json -v '1.8.3'` succeeds before bundling.
140
+
141
+ ```