Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 803 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 803 Bytes

Purpose

The Sinatra Skeleton:

  1. Provides a foundation for building challenges.
  2. Demonstrates a reasonable set of practices around building Sinatra applications.
  3. Eases the transition to Rails for Dev Bootcamp students
  4. Demonstrates that it is not required that all models in app/models be ActiveRecord backed!
  5. Gives bare-bones RSpec skeleton wherewith to start building the practice of testing

Quickstart

  1. bundle install
  2. shotgun config.ru

Contributing

We would love for you to help make the skeleton more awesome, There are three ways to contribute:

  1. Ask for a bug fix or enhancement!
  2. Submit a pull request for a bug fix or enhancement!
  3. Code review an open pull request!

Be prepared to give and receive specific, actionable, and kind feedback!