Displaying 1 result from an estimated 1 matches for "rtest1".
Did you mean:
test1
2010 Oct 05
0
Ruby with apache ActionController::RoutingError (No route matches "/"):
Hi!
I an trying to setup ruby on rails with apache server on ubuntu server
10.04. I have followed toe guid on the ubuntu page.
My main app is located in:
/home/jonas/ruby/apps/rtest1/public
and I created a symlink to /var/www/app using the following command:
sudo ln -s /home/jonas/ruby/apps/rtest1/public /var/www/app
I have also reconfigured the owner of the /home/jonas/ruby/apps/rtest1/
public and /home/jonas/ruby/apps/rtest1/tmp to www:data.
this is my apache.conf file:...