Hacker News new | ask | show | jobs
by flippinburgers 1275 days ago
The main problem is active record insanity and poorly designed table relationships/indices that lead to maintenance nightmares.
2 comments

> active record insanity

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.

> poorly designed table relationships/indices that lead to maintenance nightmares.

Like what?