質問編集履歴
3
追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -85,4 +85,4 @@
|
|
85
85
|
|
86
86
|
C:\devkit>
|
87
87
|
```
|
88
|
-
というエラーが出ています。
|
88
|
+
というエラーが出ています。config.yml をどう編集すればよいでしょうか?
|
2
追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -68,4 +68,21 @@
|
|
68
68
|
Using sqlite3 1.3.11
|
69
69
|
An error occurred while installing json (1.8.3), and Bundler cannot continue.
|
70
70
|
Make sure that `gem install json -v '1.8.3'` succeeds before bundling.
|
71
|
-
```
|
71
|
+
```
|
72
|
+
|
73
|
+
DEVELOPMENT KITインストール後
|
74
|
+
|
75
|
+
```
|
76
|
+
C:\devkit>ruby dk.rb init
|
77
|
+
|
78
|
+
Initialization complete! Please review and modify the auto-generated
|
79
|
+
'config.yml' file to ensure it contains the root directories to all
|
80
|
+
of the installed Rubies you want enhanced by the DevKit.
|
81
|
+
|
82
|
+
C:\devkit>ruby dk.rb install
|
83
|
+
Invalid configuration or no Rubies listed. Please fix 'config.yml'
|
84
|
+
and rerun 'ruby dk.rb install'
|
85
|
+
|
86
|
+
C:\devkit>
|
87
|
+
```
|
88
|
+
というエラーが出ています。
|
1
追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -17,4 +17,55 @@
|
|
17
17
|
Run `bundle install` to install missing gems.
|
18
18
|
```
|
19
19
|
というエラーが出てきます。
|
20
|
-
どのようにビューとコントローラーを作ればよいか教えてください。
|
20
|
+
どのようにビューとコントローラーを作ればよいか教えてください。
|
21
|
+
|
22
|
+
(追記)
|
23
|
+
bundle install を繰り返すと以下のエラーがでてきました。
|
24
|
+
```
|
25
|
+
Fetching gem metadata from https://rubygems.org/...........
|
26
|
+
Fetching version metadata from https://rubygems.org/...
|
27
|
+
Fetching dependency metadata from https://rubygems.org/..
|
28
|
+
Resolving dependencies.............
|
29
|
+
Using rake 10.5.0
|
30
|
+
Using i18n 0.7.0
|
31
|
+
Installing json 1.8.3 with native extensions
|
32
|
+
|
33
|
+
Gem::InstallError: The 'json' native gem requires installed build tools.
|
34
|
+
|
35
|
+
Please update your PATH to include build tools or download the DevKit
|
36
|
+
from 'http://rubyinstaller.org/downloads' and follow the instructions
|
37
|
+
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
|
38
|
+
Using minitest 5.8.4
|
39
|
+
Using thread_safe 0.3.5
|
40
|
+
Using builder 3.2.2
|
41
|
+
Using erubis 2.7.0
|
42
|
+
Using mini_portile2 2.0.0
|
43
|
+
Using rack 1.6.4
|
44
|
+
Using mime-types 2.99
|
45
|
+
Using arel 6.0.3
|
46
|
+
Installing debug_inspector 0.0.2 with native extensions
|
47
|
+
|
48
|
+
Gem::InstallError: The 'debug_inspector' native gem requires installed build tools.
|
49
|
+
|
50
|
+
Please update your PATH to include build tools or download the DevKit
|
51
|
+
from 'http://rubyinstaller.org/downloads' and follow the instructions
|
52
|
+
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
|
53
|
+
Using bundler 1.11.2
|
54
|
+
Installing byebug 8.2.2 with native extensions
|
55
|
+
|
56
|
+
Gem::InstallError: The 'byebug' native gem requires installed build tools.
|
57
|
+
|
58
|
+
Please update your PATH to include build tools or download the DevKit
|
59
|
+
from 'http://rubyinstaller.org/downloads' and follow the instructions
|
60
|
+
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
|
61
|
+
Using coffee-script-source 1.10.0
|
62
|
+
Using execjs 2.6.0
|
63
|
+
Using thor 0.19.1
|
64
|
+
Using concurrent-ruby 1.0.0
|
65
|
+
Using multi_json 1.11.2
|
66
|
+
Using sass 3.4.21
|
67
|
+
Using tilt 2.0.2
|
68
|
+
Using sqlite3 1.3.11
|
69
|
+
An error occurred while installing json (1.8.3), and Bundler cannot continue.
|
70
|
+
Make sure that `gem install json -v '1.8.3'` succeeds before bundling.
|
71
|
+
```
|