[Rails] Re: Multiple rails apps to appear as one app

Patrick Hurley phurley at gmail.com
Thu Dec 15 18:28:54 GMT 2005


On 12/14/05, Jo Vermeulen <jo.vermeulen at gmail.com> wrote:
> Jo Vermeulen wrote:
> > Hello everyone,
> >
> > I have a problem concerning two rails apps, which I can't seem to solve.
> > I already tried the Ruby On Rails IRC channel. I also started a thread
> > at the Site5 forums:
>
> Well apparantly this has been an open issue for a while now:
>
> http://wiki.rubyonrails.com/rails/pages/HowToMergeTwoOrMoreRailsApplications
>
> I guess that means nobody really knows how to fix it :-(
>
> Best regards,
>
> -- Jo Vermeulen
>
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>

You can set the relative url_root...

ActionController::AbstractRequest.relative_url_root = "/my_app_root"

Does that help?
pth


More information about the Rails mailing list