Rails 5.0: Action Cable, API mode, and more
weblog.rubyonrails.org
Rails 5.0: Action Cable, API mode, and more
1–10 of 225 posts
Re: Rails 5.0: Action Cable, API mode, and more
#2Re: Rails 5.0: Action Cable, API mode, and more
#3 Post.where('id = 1').or(Post.where('id = 2'))Re: Rails 5.0: Action Cable, API mode, and more
#4Re: Rails 5.0: Action Cable, API mode, and more
#5This has been long awaited: Post.where('id = 1').or(Post.where('id = 2'))
Re: Rails 5.0: Action Cable, API mode, and more
#6This is pretty cool. I've kind of moved on to Elixir and Phoenix for my web stuff these days, but it's still nice to see Rails going strong.
Re: Rails 5.0: Action Cable, API mode, and more
#7Smart money at this point seems like a significant portion of the Rails community could begin moving to Elixir/Phoenix over the coming years. The advantages from a language/VM level just look impossible for Ruby to overcome, along with a blub effect kicking in.
Re: Rails 5.0: Action Cable, API mode, and more
#8Re: Rails 5.0: Action Cable, API mode, and more
#9Looking forward to Heroku working out of the box[1] and quiet assets moved to core[2]
Re: Rails 5.0: Action Cable, API mode, and more
#10Looks like a solid and and relatively straightforward upgrade from Rails 4.2. It's hard not to feel Rails has become a bit of a slow-moving behemoth though, with this release four years after 4.0. I've still got a couple clients using 3.2 from 2012 and things aren't that different. Smart money at this point seems like a significant portion of the Rails community could begin moving to Elixir/Phoenix over the coming ye…
*edit: For clarification, I use Ruby every day and I think its awesome! However, I don't want to see it lose popularity the way Pearl did. I'm concerned that if the language doesn't continue to innovate and improve, that I will lose ground. Lots of new languages have similarly great ergonomics, but get concurrency right, or are faster. I don't think improved concurrency is really on the table for Ruby 3, so I think 3x3 is going to be critical to the long term future of the language.
But, that's just my prediction and its likely wrong.