Using ActiveRecord with SQLite DB in a JRuby Desktop App

In this blog post tutorial, I cover how to configure a SQLite database and connect to it using ActiveRecord from within a Ruby desktop application, data-binding the ActiveRecord Model to the GUI View bidirectionally.

1 Like