by siaw23 on 12/20/22, 3:02 PM with 124 comments
by ghiculescu on 12/20/22, 5:37 PM
by mike1o1 on 12/20/22, 5:00 PM
by ezekg on 12/20/22, 3:29 PM
For now, I'm good with the little gem that kddnewton put together (https://github.com/kddnewton/rails-pattern_matching).
by brntsllvn on 12/20/22, 3:26 PM
What's the general vibe on RoR nowadays?
by angelmm on 12/20/22, 3:31 PM
Managing 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.
by systems_glitch on 12/20/22, 3:56 PM
We're on Propshaft now and I expect far fewer asset issues in the future :P
by juanse on 12/20/22, 3:29 PM
by texxtxxet on 12/20/22, 3:41 PM
How do these new tools compare with the old? Versus Webpack, Vite etc?
by stevebmark on 12/20/22, 4:18 PM
Is Rails anti Typescript? It’s weird to see most other JS environments move to Typescript by default, while Rails now now ignores the ability to use it without jumping through hoops.