URL- public/index.html, . , .
yourAppName/config/routes.rb URL "/", . "showcase # index", :
YourAppName::Application.routes.draw do
match "/", :to => "showcase#index"
root :to => "showcase#index"
, URL- , "http://yourappname.com/", , .
, , , .html.erb. .html Ruby.