I've made a RoR app that works great. It's more of a service and doesn't really have any webpages. It has an Admin page, but nothing for users/clients.
The PHP CMS sites on the same LSWS webserver are the pages and they need to use the RoR app. It's all AJAX interactive. The PHP app sends of requests to the rails app, the RoR app consumes the info and responds and the PHP app takes care of all the Look & Feel and client interactions.
I was thinking of using reverse proxy from the PHP to RoR app - or is there a better way? These apps are on the same server - Different domains. JS you need to be aware of the domain security thing...
Thanks
The PHP CMS sites on the same LSWS webserver are the pages and they need to use the RoR app. It's all AJAX interactive. The PHP app sends of requests to the rails app, the RoR app consumes the info and responds and the PHP app takes care of all the Look & Feel and client interactions.
I was thinking of using reverse proxy from the PHP to RoR app - or is there a better way? These apps are on the same server - Different domains. JS you need to be aware of the domain security thing...
Thanks