Hi all.
Set rvm, everything is fine. Did rails new example.
Further, the idea is that it is necessary to throw .htacces in public.
AddHandler fcgid-script .fcgi
RewriteEngine On
RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)/!$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
An ErrorDocument 500 "Application error Application failed to start properly"
And to state /public as DocumentRoot.
But here is the problem: dispatch.fcgi (and dispatch.cgi also) absent. Where to get them?
Soft: Ubuntu Server 10.04 64-bit, Ruby 1.9.2, Rails 3.0.3 and moderately curved hands.