ActiveRecord without Rails – Connecting and Running Migrations
This is a quick cliff notes of two blog posts I discovered while trying to figure out how to: Establish a connection to a (SQLite3) database via ActiveRecord outside of a Rails application. Run migrations to establish a base contents…