Articles

Sinatra is a great web application library. It can be used to streamline development in Ruby and several other programming languages. A number of articles on Dzone have been written on using Sinatra to develop web applications, but there didn’t appear to be an article on setting up Sinatra. We decided to provide a quick tutorial on this process.

Setting Up Sinatra for Ruby Development

The first step is to download the latest stable version of Ruby. Some versions of Ruby are not compatible with Sinatra, so you may need to update it. I would like to emphasize that the 64-bit version is functional, but it may require some packages to be compiled manually. Therefore, this version is only recommended for more advanced Ruby developers.

Source de l’article sur DZONE