Websocket-Rails v0.4.1 Release Notes

  • February 28 2013

    • ๐Ÿ›  Fix bug in ControllerFactory#reload! that prevented the handling of ๐Ÿ›  internal events when running in the Development environment. Fixes issue #50. - Thanks to @nessche

    • ๐Ÿš… Only reload controller classes when Rails config.cache_classes is set ๐Ÿš… to false instead of always reloading when in the Rails development ๐Ÿ”ง environment. This better respects the Rails configuration options. โž• Addresses issue #51. - Thanks to @ngauthier

    • โšก๏ธ Update the Rails engine to handle the new Rails 4 route path. Checks ๐Ÿš… the Rails version and adds the correct path for the routes file. Fixes issue #49. - Thanks to @sgerrand