Sinatra is a Domain Specific Language (DSL) for quickly creating web applications in Ruby with minimal effort.
In Sinatra, is it possible to make content_type 'application/json' the default? cause I'm writing an api.
ruby json sinatra content-typeI am trying to be able to upload files with Sinatra. I have the code here, but I'm getting the …
ruby file-upload sinatra paperclipIn Sinatra, I'm unable to create global variables which are assigned values only once in the application lifetime. Am I …
ruby web-applications sinatraI've got a working app based in Ruby and Sinatra that is deployed on Heroku. I want to take advantage …
ruby http-headers heroku sinatra varnishIs Sinatra multi-threaded? I read else where that "sinatra is multi-threaded by default", what does that imply? Consider this example …
ruby sinatraI have a ruby(using sinatra) webservice on windows 7 32 bit OS. Its running on port 4567. Its working fine when I …
ruby-on-rails ruby web-services sinatra webrickI did the following in my sinatra app: disable :show_exceptions disable :raise_errors error do haml :error, :locals => {:…
ruby error-handling sinatraI'd like to store and update blogger labels to datastore in GAE. When I run that code, I get this …
ruby google-app-engine jruby sinatra