|
|
|
|
|
by prophetjohn
2851 days ago
|
|
> You want an ORM? choose an ORM library. You want templates, choose a templating library. You want to send mails, choose a mailing library. But I'd rather spend my time creating business value than researching ORMs, templating libraries and mailers. And since I've never not been able to accomplish something with the ones Rails includes by default, I've never seen the need to use something else. |
|
If you're building a CRUD app (most are), then any popular MVC (Rails/Django/Laravel/.NET MVC/etc) will likely do. If you're worried about "Twitter/Facebook/Google scale" when you're starting, then you're doing it wrong.