johnbender.us

recent / categories / archives

BootStrapping a Sinatra app

In an effort to simplify my Sinatra app startup and configuration process I’ve built out a very simple bootstrapping library. It’s robust enough to cover the needs for a small to mid size app, but simple enough that it’s not overkill for use with Sinatra. boostraps.rb In my config directory I have two files: bootstraps.rb [...]