Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Ruby on Rails is plenty fast, especially with Turbo. The biggest RoR speed drop is n+1 queries imo.


Which is not a RoR issue. You get those accidentally if you write plain SQL as well. (Actually passing the AR query fragments makes the n+1 easier to avoid in complex situations)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: