I recall some questions about this a few months ago and the answer
was that Radiant was not built for this. That’s not to say that it’s
not possible, but I don’t know enough at the moment to help.
possible solution is to get your separate projects working
behind a proxy server such as nginx. there you can easily
setup proxying requests from http://your.domain.com/ to
your main instance of Rails and http://your.domain.com/site/
to your Radiant instance.
nginx is also very fast(fastest?) server at handling multiple
requests and giving out static files so you can for example
setup your server in such way that it will return everything
from /javascripts/ , /images/ , /stylesheets/ or even a cached
pages *.html without passing those requests to your Rails or
Radiant application.
Thanks for the detailed description. I’m on a shared host right now, so
nginx won’t be an option yet. But I shall try out some of this on my
development PC to get a better feel of things.
Cheers,
Mohit.
8/21/2007 | 2:57 PM.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.