I am trying to set (??), following this site,
and I succeeded up to setting root index to show "hello Rails"
. In that tutorial, the file routes.rb
must be changed to:
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
but it still does not work. Can anyone help me? I Use windows 7.