Hi there
I'm just starting up on a VPS over here, trying to move a rails app that works correctly on another location
At the current stage I'm getting the usual, not too friendly 'Rails application failed to start properly' message
I've checked everything that I could on the forums, including the page dedicated to that particular error message, to no avail.
my apache error_log reads :
[Thu Apr 24 10:00:58 2008] [error] [client 138.96.216.61] /rails/maluba/public/dispatch.cgi:7:in `require': no such file to load -- dispatcher (LoadError)
[Thu Apr 24 10:00:58 2008] [error] [client 138.96.216.61] \tfrom /rails/maluba/public/dispatch.cgi:7
[Thu Apr 24 10:00:58 2008] [error] [client 138.96.216.61] Premature end of script headers: dispatch.cgi
I'm unclear as to where this dispatcher thing should be, but here is what I'm getting:
root@hostingrails /usr/local/apache/logs # gem list rails
*** LOCAL GEMS ***
rails (2.0.2, 1.2.6)
root@hostingrails /usr/local/apache/logs # gem contents rails | grep dispatcher
/usr/local/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/dispatcher.rb