Re: After redeploy, my app still displays old index page

2010-12-31 Thread Tharnid
I am having the same problem after my last push.

http://emberlene.heroku.com/

The default Rails page is showing and it runs correctly locally.  If I
go directly to a page it works fine:

http://emberlene.heroku.com/about

http://emberlene.heroku.com/contact

http://emberlene.heroku.com/help

http://emberlene.heroku.com/signup

They all work if you try:

http://emberlene.heroku.com/ or http://emberlene.heroku.com/home or
click on any of the links on the pages that work you get the default
Rails page.  I will post back if I figure it out.

On Nov 9, 11:14 pm, Mouli  wrote:
> 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 visitinghttp://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.



After redeploy, my app still displays old index page

2010-11-10 Thread Mouli
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.