I am trying to get faye running on my production server but what do i use in the javascript_include_tag to get the faye.js file ?
In development i use this :
http://localhost:9292/faye.js
But in production it does not work. Something like this ? or ... ?
http://www.mysite.com/faye.js
I am using apachi for the rest of my site and thin for faye. Do i need to configure something in apachi to send to thin / faye ?
very confussed.
Plese help.
best regards Richard