Hi folks,
I am working in Fedora Core 2 Linux, and using Apache 2.0 and
mod_fastcgi,
as per mentioned in the following link, to support Rails.
http://wiki.rubyonrails.org/rails/pages/RailsOnFedora
I had created virtual host and specified the path to my application’s
/var/www/html/myapp/public/ directory as a value for DocumentRoot
directives.
Now what is happening is that,
my index.html page is loading.
As per the example program development steps given in the tutorial
I had created database, tables, controllers, everything. but when i call
the
controller,
it could not be located properly. But the same application code is
running
properly with Webrick server within
the frame work.
Please help my dear folks, in this regards, by teach me how to call
controller.
and how to proceed further. I was stuck at this stage, being not having
helping hands near by.
Please help me with your valuable suggestions.
thanks in advance.