Welcome to the last part of this series. The aim of this series of tutorials has been to take somebody who has never used Sinatra from creating an app to deploying it. You can find the other parts of the series at…
Continue Reading… In Part 2 of this tutorial, we used DataMapper to save tasks to a database back end and created a web front end that used Sinatra to show, add, delete and complete tasks. In this tutorial we will make it look a…
Continue Reading… In part one of this tutorial, we set Sinatra up and displayed some pages. Now the fun really starts – we will be using a database to store our tasks in. In this tutorial we will be using SQLite for the local…
Continue Reading… In this tutorial, I’m going to show you just how quick and easy it easy to use Sinatra to create a simple To Do list app.
Continue Reading… I first heard about Sinatra a couple of years ago and have been in love with it ever since. For those of you who haven’t heard of it, Sinatra is a DSL that is used to create web applications.
Continue Reading…