Routes.rb

I try so set my routes.rb file to start with the index action in my home
controller.

ActionController::Routing::Routes.draw do |map|

map.connect ‘’, :controller => ‘home’

end

But it doesn,t work when i start my app i only get You are running on
the rails.
why is my app ignoring the routes.rb file

Hi,

Try deleting/renaming index.html from the public directory =)