An Overview Of Upcoming Ruby on Rails 7.1 Features Part 1
web.archive.org
An Overview Of Upcoming Ruby on Rails 7.1 Features Part 1
1–10 of 132 posts
Re: An Overview Of Upcoming Ruby on Rails 7.1 Features Part 1
#2What's the general vibe on RoR nowadays?
Re: An Overview Of Upcoming Ruby on Rails 7.1 Features Part 1
#3I was a devoted rails fan 10 years ago, but haven't looked back since full stack typescript. What's the general vibe on RoR nowadays?
Re: An Overview Of Upcoming Ruby on Rails 7.1 Features Part 1
#4Re: An Overview Of Upcoming Ruby on Rails 7.1 Features Part 1
#5Re: An Overview Of Upcoming Ruby on Rails 7.1 Features Part 1
#6For now, I'm good with the little gem that kddnewton put together (https://github.com/kddnewton/rails-pattern_matching).
Re: An Overview Of Upcoming Ruby on Rails 7.1 Features Part 1
#7Managing files and image variants is a pain when developing a site. Rails make it easy and even adds more features around.
However, I still think the UI layer is too coupled to the backend. Webpacker was a try, but I understand why it's deprecated. I would go on supporting common frameworks, even if it's just a template to organize the code.
Re: An Overview Of Upcoming Ruby on Rails 7.1 Features Part 1
#8Quoted post unavailable.
Re: An Overview Of Upcoming Ruby on Rails 7.1 Features Part 1
#9I was a devoted rails fan 10 years ago, but haven't looked back since full stack typescript. What's the general vibe on RoR nowadays?
Although, I still use it in some projects :)
Re: An Overview Of Upcoming Ruby on Rails 7.1 Features Part 1
#10I was a devoted rails fan 10 years ago, but haven't looked back since full stack typescript. What's the general vibe on RoR nowadays?
Most people that use it are fine and productive.
Because of lazy evaluation, type issues persist though. Plenty of instances of trying to call string methods on integers, and array methods on nil, and Rails devs in denial that that's a big problem as the app continues to grow.