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
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
your_channel_name.split('?').first