I created a test app with "rails reachtest" command. Then, I created a simple table and using scaffold created views for the table.
Then, I followed instructions on the deployment tutorial to test the app. Here is what I did"
- modified environment.rb and database.yml files
- modified .htaccess
- modified routes.rb
- created symbolic link.
I get "Rails application failed to start properly". I checked ErrorLog using control panel and found:
mod_fcgid: process /home/yegayaz/public_html/dispatch.fcgi(23893) exit(communication error), terminated by calling exit(), return code: 1
Then, based on other forum responses I tried:
/usr/local/bin/ruby dispatch.fcgi
I got:
no such file to load -- fcgi (MissingSourceFile)
.....
from dispatch.fcgi:22
I do not know how to proceed. Do I need to install fcgi gem?
Thanks.