Websocket-Rails v0.5.0 Release Notes

Release Date: 2013-09-03 // over 10 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 at config/initializers/websocket_rails.rb. - Thanks to @moaa