Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sinatra

Building a REST API with Ruby/Sinatra and JRuby or Scala

ruby scala sinatra jruby

Sinantra, how access URL params such as "?something=xyz" in a POST handler (it's not in params[])

sinatra http-post param

Ruby/Sinatra/DataMapper Many-to-Many how creating an object

What captcha for Sinatra?

sinatra captcha recaptcha

Handling POSTDATA in Sinatra

ruby http post sinatra postdata

Can't access Docker's exposed port in Ubuntu

ruby docker sinatra

How do you remove a route from Sinatra?

ruby routes sinatra

Sinatra with Postgres and ActiveRecord | Error Pushing to Heroku is: Invalid DATABASE_URL

ruby postgresql heroku sinatra

To 406 or not to 406 (http status code)

Automatically encode Rack output with JSON when Content-Type is application/json

Sinatra on Thin: How to hide or change HTTP 'Server' response header

sinatra rack thin

WEBrick & Sinatra: how to redirect all http traffic to https

Sinatra: before filter ordering

ruby sinatra

Sinatra - Setting Cache-Control Headers via config.ru

ruby heroku sinatra rack jekyll

Re-direct URL to Add Trailing Slash in Sinatra

heroku sinatra rack octopress

How to solve an error in Heroku's config/database.yml file "mapping values are not allowed in this context"

How do you set up Rack::URLMap to work with RSpec in Sinatra?

ruby testing rspec sinatra rack