Rails4 acceptance in the green 😄

This commit is contained in:
2013-12-22 14:04:12 +01:00
parent ff10d9360b
commit 76c2d4ddbc
4 changed files with 62 additions and 50 deletions
+1
View File
@@ -12,6 +12,7 @@ class ServerAuth
end
end
Faye::WebSocket.load_adapter('thin')
faye_server = Faye::RackAdapter.new(mount: '/faye', timeout: 45)
#faye_server.listen 9296
faye_server.add_extension(ServerAuth.new)