RailsCasts Pro episodes are now free!

Learn more or hide this

yeehaa123's Profile

GitHub User: yeehaa123

Comments by

Avatar

Something's not working. Heroku outputs the "looking for faye" messages, but not my messages. Have followed your debug tips, but they don't help to solve the problem. Are you sure, the port
9292 on heroku is correct? I get:

Errno::ECONNREFUSED (Connection refused - connect(2)):
app/controllers/messages_controller.rb:8:in `create

When I leave the port number off, there is no failure message anymore. (Still doesn't work though…)