Hi,

I deployed a site in Heroku few months back (url: http://pyaronweb.heroku.com)
where I just created static html pages in public folder of rails.

Yesterday, I redeployed a new version - updates include removal of
static html pages (including my index.html) and routing through
controllers.  In my routes.rb, I used 'root :to => "home#index"' (home
is my controller name with index method present in it.)

After my redeploying, my app still displays the old index page.  Just
checked if app was not deployed at all but I can see that it has been
deployed by manually visiting http://pyaronweb.heroku.com/home.

I could see the routing works properly in my dev environment by
visiting localhost:3000.  I run Rails 3.

Let me know if further info required.  Your help is greatly
appreciated.

- Mouli

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to