Hi!
I would like to appologize first if this is the wrong place to post
this.
I have been studying ruby on rails for a couple of days now. And I have
this problem on accessing a site. The error on the production.log is
ActionController::RoutingError (no route found to match “/” with
{:method=>:get}):
I have mongrel_rails behind apache2.2. I also have another site which
works fine (its on the same box). I have created separate instances of
mongrel for each site.
If there are more infos that I should be posting, please feel free to
say so.
Abed Escobal wrote:
Hi!
I would like to appologize first if this is the wrong place to post
this.
I have been studying ruby on rails for a couple of days now. And I have
this problem on accessing a site. The error on the production.log is
ActionController::RoutingError (no route found to match “/” with
{:method=>:get}):
I have mongrel_rails behind apache2.2. I also have another site which
works fine (its on the same box). I have created separate instances of
mongrel for each site.
If there are more infos that I should be posting, please feel free to
say so.
Ok guys! I solved it. I do not know WHY it worked but I moved the ferret
log so that I could start from a fresh log (full of errors) but
apparently, by doing so it worked!