Introducing Glimmer DSL with ActiveRecord and sqlite3.
This repository was originally created to satisfy my need for a kind of boilerplate using Glimmer DSL with ActiveRecord
as an ORM over a sqlite3
database. At that time, I couldn't find any resources on it. Since then, Andy Maleh, OSS Author of Glimmer, reached out to me about his post, Using ActiveRecord with SQLite DB in a JRuby Desktop App. I decided to put together a tutorial to extend this idea further, including other migration tasks from ActiveRecord::Tasks::DatabaseTask
, and an ability to run rake db:seed
using the SeedLoader
.
Please visit repository and associated tutorial on Github: