Websocket-Rails v0.5.0 Release Notes
Release Date: 2013-09-03 // over 9 years ago-
September 2 2013
- ๐ Use window.location.protocol to choose between ws:// and wss:// shcheme. - Thanks to @depili
- Override ConnectionManager#inspect to clean up the output from
rake routes
- โ Added a basic Global UserManager for triggering events on specific users from anywhere inside your app without creating a dedicated user channel.
- ๐ Deprecate the old controller observer system and implement full Rails ๐ AbstractController::Callbacks support. - Thanks to @pitr
- Reload the events.rb event route file each time an event is fired. - Thanks to @moaa
- ๐ง Separated the event route file and WebsocketRails configuration files.
๐ง The events.rb now lives in
config/events.rb
. The configuration should ๐ remain in an initializer located atconfig/initializers/websocket_rails.rb
. - Thanks to @moaa