Hacker News new | ask | show | jobs
by drumpkid 777 days ago
For most web applications rails is fair enough, a boring technology (as well other boring stacks).

Although it got my attention that rails could work really well on production with SQLite (even more boring technology), for small sites.

1 comments

Definitely would love to see more SQLite adoption, but hosting isn't as straightforward as it should be depending on your hosting choice (e.g. Heroku)

Also had slight issues with concurrent writes on SQLite though potentially things like a SQLite per user would be neat especially when it comes to backup/recovery