Skip to content

Instantly share code, notes, and snippets.

@maltebar
Created May 2, 2015 16:29
Show Gist options
  • Save maltebar/fb4c8a3d361ebb7cda01 to your computer and use it in GitHub Desktop.
Save maltebar/fb4c8a3d361ebb7cda01 to your computer and use it in GitHub Desktop.
connection error
Errno::ECONNREFUSED in Messages#create
Showing /Users/maltebar/Desktop/projc/app/views/messages/create.js.erb where line #1 raised:
Connection refused - connect(2) for "localhost" port 9292
Extracted source (around line #1):
<% publish_to @path do %>
var id = "<%= @conversation.id %>";
var chatbox = $("#chatbox_" + id + " .chatboxcontent");
var sender_id = "<%= @message.user.id %>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment