I have a Rails application that needs to integrate Arrowchat, a chat plugin. Because it heavily relies on PHP -- even the client JS/CSS is generated from PHP scripts, I've reached the conclusion that I have to run PHP (and ruby) scripts within html.erb pages. Is that even possible ?
If it's any use, I have Phusion Passenger along with Apache, that obviously can serve php in standalone fashion.