ActiveRecord is the ORM (Object Relational Mapper) library that ships with the Rails web framework. In this video I show you how to use ActiveRecord outside of Rails to query a SQLite3 database table.
Associated Github repo: https://github.com/stungeye/ActiveRec...