Now I feel like the goalposts are always moving for newer languages, new libraries and communities every few months, constant migrations to the latest and greatest.
I’m wondering if it’s simply DHH opinions, ruby’s allowance for magic via method missing, or simply too much focus on performance, that modern web frameworks are not quick to setup and use. By web framework I don’t just mean database and views, but also, auth, storage, image variants, job queues, development and production environments, admin backend, caching, good migrations. The list really goes on.
Yes you can use 10 different saas co’s and patch everything together, including things like cloudinary, supabase etc. Is this really better?
Or the only way to get way way faster is to simply abandon rails but take on a lot more development burden?