I am new to Heroku (and Ruby for that matter) and in the process of setting up my first app which is Sinatra based with a Cloudant back end. It works locally just fine. I followed the documentation and created config.ru and .gems. The push was successful, but when I view the page, I get an application error. Reviewed the logs and noticed the following:
2011-03-09T10:25:20-08:00 heroku[web.1]: State changed from starting to crashed Couple of additional things I noticed while reviewing the logs. I am running ruby 1.9.2, but the references in the log refer to 1.8.2. I am assuming this is the version of ruby that Heroku is running so I will need to downgrade my version to match. Also, I just noticed that the couchrest gem gives me an error but there isn't any real indication as to why. 2011-03-09T10:25:19-08:00 app[web.1]: /usr/ruby1.8.7/lib/ruby/ site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- CouchRest (LoadError) Any feedback is greatly appreciated. Chris -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
