Skip to content

mslinn/sinatraUpAndRunning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sinatra Up And Running Code

Selected code examples from Sinatra Up And Running Code. The book's code examples are dated, as is the book itself, and some objectionable code is presented, so I updated and improved the code.

Getting started

Use rerun instead of shotgun.

Native Ubuntu

$ sudo apt install rerun

$ gem install rerun

WSL / WSL2

Rerun does not work without the full Linux machinery, so enable systemd and follow the native Ubuntu instructions above.

Simple and Structured Webapps

Simple Sinatra Webapps

These examples span from the beginning of the book, up to but not including the Architecture section of Chapter 4.

Structured Sinatra Webapps

These examples begin with the Architecture section of Chapter 4.

For More Information

About

Improved code examples for "Sinatra Up and Running"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published