martymcguire / my_way

A Sinatra base app with Sequel / RSpec. For getting quickly off your feet and into developing!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sinatra Starter Kit

A starting point for your new Sinatra app. It loads you up with a Rails-ish directory structure with either a single or multiple controller files, models, views. It makes it easy to stay on top with the newest Sinatra-source. And it’s ready to roll with RSpec and Sequel.

Configuration

Database config is in config.rb. Tests use the sqlite3-memory adapter, so no setup needed.

For models/multiple controller files and other stuff, take a look at application.rb

Living on the edge

There’s a Rake task for grabbing the latest Sinatra source from GitHub.

  • rake sinatra:edge

About

A Sinatra base app with Sequel / RSpec. For getting quickly off your feet and into developing!

License:MIT License


Languages

Language:Ruby 100.0%