Accessing Databases with ActiveRecord (but without Rails)
When using Rails it's easy to forget there's any other way. Sometimes, however, it's useful to access databases outside of that environment. Luckily, ActiveRecord can be used separately from Rails, and Craig Webster demonstrates how.