|
|
|
|
|
by bullfightonmars
792 days ago
|
|
It’s not even that rails is necessarily slow, it’s more the way you use it that is slow. If you tie all your businesses logic to the database and commit complicated changes in transactions, sure it will be terribly slow. |
|