RailsCasts Pro episodes are now free!

Learn more or hide this

xbits's Profile

GitHub User: xbits

Comments by

Avatar

Had a problem which took me a while to figure out.

Faye channels were not being subscribed due to GET parameters in the channel name EX: "/conversation/3?locale=pt".
Faye would then send a response with error 405 invalid channel.
In case anyone has the same problem simply add

ruby
  your_channel_name.split('?').first