Created
May 2, 2015 16:29
-
-
Save maltebar/fb4c8a3d361ebb7cda01 to your computer and use it in GitHub Desktop.
connection error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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