/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).

Primary LanguageRuby

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