Live data from Hacker News

Ruby 3.0 Preview 1

ruby-lang.org

1–10 of 207 posts

Re: Ruby 3.0 Preview 1

#3
There were times where I would not be able to sleep when such a release was done :). It isn't as much lately, but still, fantastic work by fantastic team. Congratulations!

There are some seriously good stuff there.

Re: Ruby 3.0 Preview 1

#6

Reactor model. Nice. Very nice. So real ruby multithreading at last. Okay time to upgrade to latest rails and wait for the multithreaded rails release. :P

I suspect it will be quite a while before we see Ractor being used in Rails. Ractor is very strict about data isolation to prevent race conditions and existing code will need significant refactoring.

Re: Ruby 3.0 Preview 1

#8

Reactor model. Nice. Very nice. So real ruby multithreading at last. Okay time to upgrade to latest rails and wait for the multithreaded rails release. :P

puma, the default webserver when using rails, is most-likely what would be using ractors

Here's schneems, a Puma maintainer, talking about Ractor, Rails, and Puma https://old.reddit.com/r/ruby/comments/ivasiq/we_made_puma_f...
Post reply on HN