Websocket-Rails v0.3.0 Release Notes

  • February 6 2013

    • Extend the event router DSL to accept routes similar to the routes.rb shorthand controller#action. - Thanks to @nessche.

    • ➕ Add a custom RSpec matcher suite for verifying event routes and easily asserting that WebsocketRails controller actions are triggering events correctly. - Also thanks to @nessche.

    • 🛠 Fix fiber yielded across threads bug when running in standalone mode by disabling Thin threaded mode as default option.