How to install Solid Litequeen in your Rails app?
Published on Mar 25, 2025
Solid litequeen can be installed in your Rails app as a mountable gem.
-
Add gem to your Gemfile:
gem 'solid_litequeen'
-
Install it:
bundle install
-
Mount the engine in your
routes.rb
:Rails.application routes draw do # ... mount SolidLitequeen:: Engine, at: "/sqlite" # ...
-
That's it. You can now open
/sqlite
in your browser to access the application