hallison / stack-ruby-sinatra-sequel

Stack - Ruby/Sinatra/Sequel. Boilerplate project using Ruby (programming language), Sinatra (DSL for web development) and Sequel (Toolkit and DSL for database).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVC - Ruby/Sinatra/Sequel (Boilerplace/Stack)

This is a proposal to create a MVC project structure using Ruby (programming language), Sinatra (DSL for web development) and Sequel (O/RM and database toolkit). Puma is used as web server.

Build new project

The following command should be run:

$ bash project.sh <PROJECT_DIRNAME> <PROJECT_MODULE>

The old files will be saved with .bkp suffix and can cleaned using the following command:

$ make clean

Common tasks

Run the following command to list the common tasks:

$ make help

About

Stack - Ruby/Sinatra/Sequel. Boilerplate project using Ruby (programming language), Sinatra (DSL for web development) and Sequel (Toolkit and DSL for database).


Languages

Language:Ruby 66.9%Language:HTML 25.2%Language:Makefile 5.7%Language:Shell 1.1%Language:M4 1.0%