I've managed to deploy a sinatra app to Rackspace, but I get
"Application error" when I restart the server. I've googled everywhere
but cannot seem to find a solution.
My setup is:
http://github.com/zapnap/retweet
Apache2
Passenger 2.2.5
Sinatra 0.9.4
I was able to see the app running after rackup
config.ru, but now that
has gone to "Application error" as well.
Is there a config issue I should be aware of or has anyone had a
similar problem?
Thanks.