conifg/routes.rbのrootの個所を有効にし編集します。
conifg/routes.rb
# You can have the root of your site routed with "root"
# just remember to delete public/index.html.
root :to => "hello#input"
これでhelloコントローラーのinputアクションがルートページになります。そして、routers.rbのコメント中に書いてある通り、初期で使用する public/index.html を削除します。