Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sinatra

How to render a partial in sinatra view (haml in haml)?

ruby view sinatra haml

HAML using links in text without newline

html sinatra haml

How do you run tests in Sinatra?

ruby testing sinatra

"CSRF detected" with Omniauth and Google

How to get a list of all routes used in a Sinatra app?

routes sinatra

Devise with Sinatra

ruby sinatra devise

Sending a DELETE request from Sinatra

Running Sinatra on port 80

ruby sinatra

Deleting the current session with Rack::Session::Cookie

ruby session sinatra rack

How to render a plain HTML file with Sinatra?

ruby sinatra

Use Rack::CommonLogger in Sinatra

How do I set up a Sinatra app under Apache with Passenger?

How to raise a custom error code in sinatra?

ruby error-handling sinatra

Sinatra controller params method coming in empty on JSON post request

json sinatra

Sinatra - how do I get the server's domain name

ruby sinatra domain-name

No such file or directory - getcwd

Verb-agnostic matching in Sinatra

ruby sinatra

Sinatra Sub-Directory Views

ruby views sinatra

What do you use Sinatra for? [closed]

ruby sinatra

In Sinatra(Ruby), how should I create global variables which are assigned values only once in the application lifetime?