Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sinatra

Avoiding redundant Bundler dependency declarations for Rack

sinatra bundler rack

Ruby Sinatra create post request without PEM and OpenSSL::SSL::VERIFY_NONE

ruby ssl sinatra

Sinatra using a websocket client to respond to a http request

Rack::Session:Cookie error using Sinatra, Thin, Rails, and Rack::Cascade

Thin EventMachine Sinatra vs. Rails

Cookie data size exceeds 4K - But its 'only' 1100 bytes encrypted

How to mount a Sinatra application inside another Sinatra app?

ruby sinatra

Sinatra streaming with Puma?

ruby sinatra rack thin puma

Undefined method failure_app for nil:NilClass

devise sinatra rack warden

What is a better way to convert a simple sinatra app to static html pages?

html ruby sinatra

Why sinatra is a DSL?

ruby sinatra

Difference between `redirect` and `redirect to` in Sinatra

ruby sinatra

where do I put code in Sinatra that I want to execute when the app is shutdown?

ruby sinatra

How to use coffeescript with Sinatra

sinatra coffeescript

Rack::Session::Pool with Sinatra

ruby session sinatra rack

how to convert data URI to file in Ruby

ruby sinatra data-uri

What is the limit of Sinatra?

Nesting Layouts in Sinatra

ruby sinatra erb

Is a new instance of sinatra started on every request?

How do I access Sinatra params using a symbol?

sinatra