Feature requests... WebSocket related - whom to talk to?

25 views
Skip to first unread message

Boaz Segev

unread,
Dec 3, 2014, 4:47:51 PM12/3/14
to rubyonra...@googlegroups.com
I have some thoughts and ideas about features I would love to see in Rails 5.0, especially web socket related.

I wrote a whole server / framework called Anorexic to test my ideas before approaching someone - and I think there's some decent code that could be put to use.

My main idea is about how to provide native web socket support to our controller classes, including the `on_message`, `on_connect`, `pre_connect` and `on_disconnect` callbacks, as well as allowing us to `broadcast` messages and `collect` information about other connection (controller instances, I guess)...

Whom do I approach? and whom do I talk to?

Anyone knows where to leave any messages about this stuff?

Thanks for any updates and replies.

Anuj Dutta

unread,
Dec 4, 2014, 12:40:22 PM12/4/14
to rubyonra...@googlegroups.com

Hello,

There is a rubyonrails-core mailing list for discussion rails core features. Post there for discussion and feedback.

Anuj



> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-ta...@googlegroups.com.
> To post to this group, send email to rubyonra...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/fe7249e5-3881-45d3-8f96-0cba0b062cc6%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

Javier Quarite

unread,
Dec 4, 2014, 1:30:49 PM12/4/14
to rubyonra...@googlegroups.com

As Anuj mentioned theres a rails-core mailing list (https://groups.google.com/forum/#!forum/rubyonrails-core)

I just saw the repo briefly, and I want to suggest something. Everything I've seen rails-related had tests...maybe you should do that too :) 

Boaz Segev

unread,
Dec 4, 2014, 1:46:38 PM12/4/14
to rubyonra...@googlegroups.com
Thank you Anuj and Javier for the reference.

As for testing - I'm not sure how to write tests for socket services... but you're right I should write some tests, at least for psedo-requests...

Frederick Cheung

unread,
Dec 5, 2014, 5:42:07 AM12/5/14
to rubyonra...@googlegroups.com


On Wednesday, December 3, 2014 9:47:51 PM UTC, Boaz Segev wrote:
I have some thoughts and ideas about features I would love to see in Rails 5.0, especially web socket related.

I wrote a whole server / framework called Anorexic to test my ideas before approaching someone - and I think there's some decent code that could be put to use.

My main idea is about how to provide native web socket support to our controller classes, including the `on_message`, `on_connect`, `pre_connect` and `on_disconnect` callbacks, as well as allowing us to `broadcast` messages and `collect` information about other connection (controller instances, I guess)...

Whom do I approach? and whom do I talk to?


as well as the mailing list the irc channel (#rails-contrib on freenode is a good place for sounding out ideas). In the past I've found it easier to get feedback there than all on the mailing list.

Fred 
Reply all
Reply to author
Forward
0 new messages