Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sinatra

Is there a way to flush html to the wire in Sinatra

ruby sinatra

Getting unique session ID in Sinatra

ruby sinatra

In Sinatra, is there a way to use my own error handler for some errors, and the default handler for all other errors?

sinatra rack

Sinatra json rendering not working as expected

ruby sinatra

Execute code once Sinatra server is running

ruby sinatra

Sinatra app using omniauth gets Rack::Protection::SessionHijacking in ie9

How to access Sinatra port using Docker with docker-compose run

Thin and sinatra - how to stop/restart? No thin.pid

sinatra thin

Who reads the value of ENV['SSL_CERT_FILE']?

How to manage migrations when multiple apps share the same database in Ruby?

In Ruby/Sinatra, how to halt with an ERB template and error message

ruby sinatra erb

Adding Bootstrap Less to Sinatra

How to make a POST request inside Sinatra code?

ruby sinatra

What is a good approach for extracting keywords from user-submitted text?

Heroku with sinatra does not have RAILS_ROOT or Rail.root

Access current git commit number from within Heroku app

Sinatra cannot find views directory

ruby gem sinatra runtime-error

How do I import rake tasks from a gem when using Sinatra?

ruby rubygems rake sinatra task

Reading and writing Sinatra params using symbols, e.g. params[:id]

ruby sinatra

Build routes on top of a common base route?

ruby routes sinatra