ryanb / private_pub

Handle pub/sub messaging through private channels in Rails using Faye.
MIT License
864 stars 228 forks source link

faye.js not found on my production url. #115

Open leena-bhise opened 9 years ago

leena-bhise commented 9 years ago

I have implemented private pub in my rails app. it is working fine on my local. but on my production server it is not working. it doesn't find faye.js there.

production url : http://52.11.111.224

private_pub.yml entry for production : production: server: "http://52.11.111.224:9292/faye/faye" secret_token: "awesomejobmanager"

Do you have any suggestion for this.

gabrieltong commented 9 years ago

+1

gabrieltong commented 9 years ago

after I change my private_pub.yml to

production:
  server: "http://localhost:9292/faye"
  secret_token: "secret"
  signature_expiration: 3600 # one hour

I think it's only a config error , and I don't know how .

davidleandro commented 9 years ago

+1

TomChi commented 8 years ago

+1

tianlibo commented 8 years ago

+1

yujhuang commented 8 years ago

+1

krishiaellis commented 7 years ago

+1

jjs1233 commented 7 years ago

+1