teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

3

参考ページのタイトルを編集

2019/10/05 14:33

投稿

yoshipu
yoshipu

スコア115

title CHANGED
File without changes
body CHANGED
@@ -38,7 +38,7 @@
38
38
  ```
39
39
 
40
40
  こちらのページを参考に、最後のほう(++の箇所)に追加しました。
41
- [No route matches [GET] /assets \| Railsトラブルシュート \| 酒と涙とRubyとRailsと](https://morizyun.github.io/ruby/rails-troubleshoot-no-route-match-assets.html)
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

不要な記述の削除

2019/10/05 14:32

投稿

yoshipu
yoshipu

スコア115

title CHANGED
File without changes
body CHANGED
@@ -1,4 +1,4 @@
1
- rais s にオプションをつけ、testのDB情報で「Yay! You’re on Rails!」を表示させたいのですが、consoleに次のようなエラーがでてしまいます。
1
+ rais s にオプションをつけ、「Yay! You’re on Rails!」を表示させたいのですが、consoleに次のようなエラーがでてしまいます。
2
2
 
3
3
  ```bash
4
4
  rails s -e test

1

タイトルの変更

2019/10/05 14:31

投稿

yoshipu
yoshipu

スコア115

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