Setting up a PostgreSQL locally in Ubuntu 14.04+ (Rails friendly!)
Fresh Ruby on Rails installations will default with support for SQLite3, which is a very fast database solution right out of the box. As you expand your app, though, you will inevitably encounter problems (most often, for me, it’s concurrency … Continued