http://titusd.co.uk/2010/04/07/a-beginners-sinatra-tutorial I was trying to run rackup config.ru from the command line as instructed in …
I've got a Sinatra "hello world" app that I am trying to run using jRuby. It works when I run …
I am currently working on a project that requires the rackup command on ubuntu 11.04, but I am getting an error: …
My setup and the error I get an error when I start my Sinatra application with rackup and puma. My …
I'm new to ruby, learning Sinatra. While creating a Sinatra site by requiring 'sinatra' and setting up the routes directly …