Top "Rackup" questions

Can't find "rackup" command?

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 …

ruby sinatra rackup
Can't launch simple Sinatra app using rackup and jRuby (no response from web server)

I've got a Sinatra "hello world" app that I am trying to run using jRuby. It works when I run …

ruby sinatra jruby rackup
rackup: command not found

I am currently working on a project that requires the rackup command on ubuntu 11.04, but I am getting an error: …

ruby ubuntu rubygems rack rackup
cannot load such file -- rack/handler/puma

My setup and the error I get an error when I start my Sinatra application with rackup and puma. My …

ruby sinatra rackup puma
Passing options to rackup via a Sinatra application

I'm new to ruby, learning Sinatra. While creating a Sinatra site by requiring 'sinatra' and setting up the routes directly …

ruby sinatra rack thin rackup