質問編集履歴
3
参考ページのタイトルを編集
title
CHANGED
File without changes
|
body
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
```
|
39
39
|
|
40
40
|
こちらのページを参考に、最後のほう(++の箇所)に追加しました。
|
41
|
-
[No route matches [GET] /assets
|
41
|
+
[No route matches [GET] /assets | Railsトラブルシュート](https://morizyun.github.io/ruby/rails-troubleshoot-no-route-match-assets.html)
|
42
42
|
|
43
43
|
```config/environments/production.rb
|
44
44
|
Rails.application.configure do
|
2
不要な記述の削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
rais s にオプションをつけ、
|
1
|
+
rais s にオプションをつけ、「Yay! You’re on Rails!」を表示させたいのですが、consoleに次のようなエラーがでてしまいます。
|
2
2
|
|
3
3
|
```bash
|
4
4
|
rails s -e test
|
1
タイトルの変更
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
rails s -e testでlocalhost:3000を見るとエラーが出ます
|
1
|
+
rails s -e testでlocalhost:3000を見るとエラーが出てしまいます。エラーを消したいです。
|
body
CHANGED
File without changes
|