Simple Rails Question
Posted by: danieldixon
Posted on: 2008-09-15 00:58:00
Why is Ruby not executing at this Rails installation?
http://danieldixon.com/rorTest/
Click on the "application's environment" link. No controllers work either. I following the directions on the wiki exactly.
Also, no .htaccess file was made in my 'public' directory, so I tried making one with "RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]", but that didn't do any good.
Thanks for the help!