I deployed a basic app shell on Heroku, but it is giving me this error.
Application Error An error occurred in the application and your page could not be served. Please try again in a few moments.
If you are the application owner, check your logs for details.
I ran 'heroku logs' and it gave me this:
2013-06-13T21:02:08.867684+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path=/ host=stark-earth-3664.herokuapp.com fwd="76.222.223.146" dyno= connect= service= status=503 bytes=
2013-06-13T21:02:08.961289+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path=/favicon.ico host=stark-earth-3664.herokuapp.com fwd="76.222.223.146" dyno= connect= service= status=503 bytes=
The only change I made to the basic RoR app was change the SQLite gem files and add the DB gemfile.
Thanks in advance for your help. I cannot decipher the Heroku logs ...
J. Olivero