Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 854 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 854 Bytes

Modular Sinatra Application

Overview

A structured project to develop modular applications with Sinatra.

Uses SQLite3 as database, RSpec for tests, and racksh as console.

Included gems

####Database

  • sqlite3
  • sinatra-activerecord

Console

Test

  • rspec
  • rack-test

Others

  • sinatra-reloader
  • rack-mount

####And more Check the Gemfile for more information.

This project includes:

  • An example controller to give an idea on how all this works.
  • That's it.

Based on sinatra-base. Thanks Andriel! :)

Lucas André de Alencar ®