RailsCasts Pro episodes are now free!

Learn more or hide this

Keith Raymond's Profile

GitHub User: Sparkmasterflex

Site: www.ifkeithraymond.com

Comments by Keith Raymond

Avatar

Great tutorial and great Gem!

I'm having an issue now that I'm trying to use this in production. in the private_pub.yml I have:

server: "http://mydomain.com:9292/faye"

and I keep getting "failed to load resource http://mydomain:9292/faye" in the javascript console and it doesn't work.

When I lose the port number in private_pub.yml I get a 406 error for faye.js

GET http://mydomain.com/faye.js 406 (Not Acceptable)

Any thoughts on what I'm doing wrong?