/solid_cache_demo

Small demo app with solid_cache sqlite setup

Primary LanguageRuby

Sample Rails project with local SQLite solid_cache

Two simple steps to get the app running:

  1. Run
$ bin/setup
  1. Enable caching in development
$ bin/rails dev:cache
  1. Start server
$ bin/rails server

Demo