Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add litestack #12

Merged
merged 8 commits into from
Dec 31, 2023
Merged

Add litestack #12

merged 8 commits into from
Dec 31, 2023

Commits on Dec 30, 2023

  1. Remove redis and sqlite gems

    rossta committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    cac2492 View commit details
    Browse the repository at this point in the history
  2. Add litestack gem

    rossta committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    016bb82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fd730c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfe2f6a View commit details
    Browse the repository at this point in the history
  5. Set ./storage as litestack data path

    Makes consistent with the new Rails default for sqlite3 db files:
    
    rails/rails#46699
    rossta committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    6f75b46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6786c02 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    d753056 View commit details
    Browse the repository at this point in the history
  2. Mount liteboard app on routes

    Unfortunately, the addition of litestack brings in dependencies on
    hanami-router which is locked to rack 2.x. This means downgrading from
    rack 3.x to rack 2.x—or otherwise fore-going the use of the liteboard
    web interface.
    
    For now, I've downgraded rack by making the dependency on 2.x explicit
    in the Gemfile. I've also opened a new issue on hanami-router to track
    progress toward Rack 3 support: hanami/router#268
    rossta committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    07d4eea View commit details
    Browse the repository at this point in the history