Sinatra is a Domain Specific Language (DSL) for quickly creating web applications in Ruby with minimal effort.
I am using Sinatra and CORS to accept a file upload on domain A (hefty.burger.com). Domain B (fizzbuzz.…
sinatra rack http-status-code-403How can I specify sinatra to return an empty body with status of 200? I can do body "" but is there …
ruby sinatraWe going to develop a little API application in Sinatra. What are the authentication options available to secure the API …
api authentication sinatraI am running a sinatra app through RACK. To which file does the activity get logged ? Also how can I …
ruby sinatra rackDoes anyone had installed Devise gem with Sinatra? Devise is based on Warden and so it should work on Sinatra, …
ruby sinatra deviseNew to Sinatra, just development server up and running but rackup is using WEBrick instead of Thin, Thin gem is …
sinatra thinI've been banging my head against the wall for the better part of an hour trying to figure out what's …
ruby sinatra segmentation-fault rmagick ruby-1.9.1I'm trying to get the domain name in my Sinatra app but as a newbie I really am struggling to …
ruby sinatra domain-name