I can get the index.html and a test page to come up in the browser from the public folder, but the exact/path in the controller is not coming up. The browser continues to search for the page until I stop it. It works in my test environment and it works in Heroku, but doesn’t not work on my amazon ec2 server. I am using Ubuntu 11.10. Why would this be? Thanks in advance.
Update: It looks like I am getting a 500 Internal Server error and the controller is not seen.
It turns out I needed to prcompile the assets by doing one of the folling
Adding this to my deploy.rb file
Running this in the current directory
Or adding this to the capfile