このサイトを参考に(??)設定しようとしたら、ルートインデックスをshowに設定するまで成功しました"hello Rails"
。そのチュートリアルでは、ファイルを次のroutes.rb
ように変更する必要があります。
Blog::Application.routes.draw do
get "welcome/index"
# The priority is based upon order of creation:
# first created -> highest priority.
# ...
# You can have the root of your site routed with "root"
root to: "welcome#index" #I just make this uncomment to set my hello rails show on index
end
それでもうまくいきません。誰でも私を助けることができますか?Windows 7 を使用しています。