回答編集履歴
1
追加
test
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
0. rails init (railsを定義したGemfileを作る)
|
26
26
|
|
27
|
-
0. bundle install
|
27
|
+
0. bundle install (railsはフォルダ内にインストールします)
|
28
28
|
|
29
29
|
0. bundle exec rails new .
|
30
30
|
|