Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 362 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 362 Bytes

SKEA Rails

Welcome to Seth & Ken's Excellent Adventure - Rails edition!!!

This is a sample app used to perform an authz functions exercise

  • Ruby version

whatever is in .ruby-version 😄

  • System dependencies

Your system should have rvm or rbenv

  • Configuration

Run:

# To get the db setup
rake db:setup

# To start the thing
rails s