Sinatra is a Domain Specific Language (DSL) for quickly creating web applications in Ruby with minimal effort.
I'm writing some tests in webrat with sinatra, and as part of that I need sessions. The webrat wiki mentions …
ruby sinatra webratI'm new to Ruby and Sinatra, I'm trying to setup a simple HTML5 Server-Sent Event with it, The code below …
ruby html sinatra server-sent-eventsDoes anyone know if there is a .NET library/API similar to Ruby's Sinatra? Just wondering since with the new …
.net ruby frameworks sinatraI am trying to build a unit test for a REST API I built using Sinatra. For right now I …
ruby unit-testing sinatra rack-testRuby Sinatra and PerlDancer are called "Micro web framework"? What does it mean to be a micro framework? Are micro …
ruby perl sinatra web-frameworksI'm writing a simple app that takes standard input from the user. As for the email entry, I have it …
error-handling sinatra datamapperIf I have the following Sinatra code: get '/hi' do erb :hello end This works great if I have …
ruby sinatra erb