NegativeKarma / slow_food_sinatra_mvc_st_erik

Week 4 Slow Food Sinatra - St Erik Team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

The Sinatra Skeleton:

  1. Provides a foundation for building challenges or creating a new Sinatra application.
  2. Demonstrates a reasonable set of practices around building Sinatra applications.
  3. Eases the transition to Rails for Dev Bootcamp students

Quickstart

  1. bundle install
  2. shotgun config.ru

As needed, create models & migrations with the rake tasks:

rake generate:migration  # Create an empty migration in db/migrate, e.g., rake generate:migration NAME=create_tasks
rake generate:model      # Create an empty model in app/models, e.g., rake generate:model NAME=User

About

Week 4 Slow Food Sinatra - St Erik Team


Languages

Language:Ruby 66.8%Language:Gherkin 12.3%Language:HTML 11.9%Language:CSS 7.9%Language:JavaScript 1.1%