Earlier quoted context omitted.
> 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.
The main problem is active record insanity and poorly designed table relationships/indices that lead to maintenance nightmares.
What exactly do you mean by that? It's just a bad ORM all around or is there something specific that is insane about it?
> poorly designed table relationships/indices
What does that have to do with Rails? Poorly designed database models are the fault of the developer(s) who designed them.