Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sinatra

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

Expressing conditional HAML possibly with ternary operator

ruby sinatra haml

Running Ruby Sinatra inside a Docker container not able to connect (via Mac host) or find commands (in different scenario)?

ruby sinatra docker

Is there a Sinatra style web framework for Erlang?

Sinatra and Grape API together?

Best way to cache a response in Sinatra?

ruby caching sinatra

Sinatra Variable Scope

ruby sinatra scope