Forum: Rails deployment mongrel big trouble with --prefix and rendering

Posted by Stefano Bonomi (trantor)
on 2009-10-22 20:49
Hi folks,

I have got a big problem out here.
I'm using a mongrel cluster with --prefix parameter, but something very
strange it's happening;
rails redirection happens without troubles, and I'm redirected to the
right page, BUT! if I try to render a page from my controller (i.e.
render :action => 'begin' ), all that I receive back from the browser is
a "page not found" error, because it points to wrong url, missing the
needed prefix.
for instance, the url of a normal web page looks like:
http://www.example.com/example-site/action1
If I try render :action=>'begin' I get back:
http://www.example.com/begin
completely without the example-site prefix.

I've tried googling and searching on the argument but, seems impossible
to find something realted to my problem.

Any suggestion will be appreciated.

Thanks in advance

Stefano
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.