Thursday, August 23, 2012

A Tale of Two Annoyances: The Rails Tutorial Continued

Annoyance 1:

Site works fine on my computer. After moving to Heroku, no pages could be accessed except the home page.

Turns out they were invisible because they were not in the public directory, and I needed to do a bit more configuring to make them accessible.


Annoyance 2:

The new home page I created, when loaded, defaulted to the old one.

Even after I deleted the old one.

Even when inspecting the source code showed the new page's source code!

Deleting the cache solved that one.

No comments:

Post a Comment