Earlier quoted context omitted.
This is what people were saying about Rails 20 years ago: it wows the kids who use it to set up a CRUD website quickly but fails at anything larger-scale. They were kind of right in the sense that engineering a large complex system with Rails doesn't end up being particularly easier than with Plone or Mason or what have you. Maybe this will just be Yet Another Framework.
Ruby OnRails is an interesting hype counter point. A substantial number of the breathless LLM hype results come, in my estimation, quicker and better as 15 min RoR tutorials. [ Fire up a calculator (from a library), a pretty visualization (from a js library), add some persistence (baked in DB, webhost), customize navigation … presto! You actually built a personal application. ] Fundamental complexity, engineering, sc…