This website requires JavaScript.
Explore
Help
Sign in
glenux-contrib
/
metamaps--metamaps
Watch
1
Star
0
Fork
You've already forked metamaps--metamaps
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
50639e8a0a
metamaps--metamaps
/
app
/
channels
/
application_cable
/
channel.rb
6 lines
109 B
Ruby
Raw
Normal View
History
Unescape
Escape
fix codeclimate style issues (#1046) * bunch of code climate fixes * more
2017-01-24 00:30:13 +00:00
# frozen_string_literal: true
Stream map related events from rails server via actioncable instead of nodejs (#1010) * actioncable needs puma not webrick * add framework * remove the old way * send events from server to client * get all events working * clean up receivable * map is polymorphic on message * add the moved event * make todo comments clear * verify before streaming from map channel * rubocop fixes * wasn't set up correctly for nodejs realtime
2017-01-03 21:12:58 +00:00
module
ApplicationCable
class
Channel
<
ActionCable
::
Channel
::
Base
end
end
Reference in a new issue
Copy permalink