お世話になります
Macにvagrantをいれてrails6.0.0をインストールしております
ralis s 192.168.33.10 –d
rails g scaffold Memo title:string body:text
rails db:migrate
としていますが最初にでるRAILSの初期画面は問題問題なく表示されます
しかし、アドレスバーにmemosを加えると牡蠣が表示されてしまいます
No route matches [GET] "/memos"
Rails.root: /home/vagrant/myapp
Application Trace | Framework Trace | Full Trace
Routes
Routes match in priority from top to bottom
ralis s 192.168.33.10 –dとしたとき
Passing the Rack server name as a regular argument is deprecated and will be removed in the next Rails version. Please, use the -u option instead. (called from <top (required)> at /home/vagrant/myapp/bin/rails:9)
Could not find server "192.168.33.10".
と出ます
どこをどのように修正すればいいですか?
よろしくご指導下さい
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/09/13 04:24
2019/09/13 04:27 編集
2019/09/13 04:27
2019/09/13 04:36
2019/09/13 06:13
2019/09/13 07:11
2019/09/13 07:57
2019/09/13 08:07