Refer to the Websocket-Rails Wiki for usage instructions.
- Fork it ( http://github.com//websocket-rails-js/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Compile coffee into js for tests ( bundle exec guard ; all ) 4.1 Run jasmine tests ( rake jasmine )
- Push to the branch (
git push origin my-new-feature
) - Create new Pull Request