Sinatra is a Domain Specific Language (DSL) for quickly creating web applications in Ruby with minimal effort.
I am trying to send a JSON data to a Sinatra app by RestClient ruby API. At client(client.rb) (…
ruby sinatra rest-clientI'm trying to pass parameters to an erb view using Ruby and Sinatra. For example, I can do: get '/…
ruby sinatra erbMy ssh keys are definitely set up correctly, as I'm never prompted for the password when using ssh. But capistrano …
ruby-on-rails ruby sinatra capistrano ssh-keysI am writing an API and it receives a JSON payload as the request body. To get at it currently, …
ruby sinatra rackI am pretty new to ruby and sinatra but basically I have this route: put '/user_list/:user_id' …
ruby hash sinatraIn my main Sinatra controller, I want to debug the params hash after it is POSTed from a form. I …
ruby-on-rails ruby debugging logging sinatraI have a small web-server that I wrote with Sinatra. I want to be able to log messages to a …
ruby logging sinatra rack error-loggingI'm currently developing a little Sinatra Ruby app. For the presentation layer I'm using HAML, which works quite well. However …
html sinatra hamlI am busy porting a very small web app from ASP.NET MVC 2 to Ruby/Sinatra. In the MVC app, …
ruby forms-authentication sinatra