ngauthier / tubesock

Websocket interface on Rack Hijack w/ Rails support
MIT License
620 stars 43 forks source link

Change the readme to specify a ref for your for of the websocket gem that contains the 'from_rack' method #1

Closed wstrinz closed 11 years ago

wstrinz commented 11 years ago

Been playing around with tubesock this afternoon, and it took me a while to figure out why it was only working with v0.0.1 . I had copy + pasted the gemfile lines from the readme, so 'from_rack' wasn't being found. Not sure if you wanted to keep it pointing to a ref or just to the head, but I went ahead and replaced the ref with a suitable one

ngauthier commented 11 years ago

Thanks for pointing this out. I just decided to remove the ref so you can update against head all the time. I believe my PR on websocket-ruby is almost complete, and we will be able to remove this from the readme soon.