I am developing a chat application using rails 3.2.12 and a large gem called a private pub , for which you can find screencast here . It is built on top of faye and allows you to easily create real-time chats by clicking messages.
Now, deploying it to Heroka is actually not so easy with a private pub. Apparently you need to configure another application for the faye channel, and then subscribe to this channel from another application.
This is all very confusing. Neither the private pub nor faye have anything about deploying to a hero in their documentation. I found these two links:
However, I do not understand them, since they start at a more advanced level.
Have any of you ever posted a private pub / faye app on heroku and can give you a step-by-step guide? Thank!
source
share