Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sinatra

Which library would provide the easiest OAuth 2.0 authentication for Sinatra

ruby oauth sinatra

Set Rack session cookie expiration programmatically

ruby session sinatra rack

Where does RACK log to?

ruby sinatra rack

Setting up third-party server to interact with Game Center

Sinatra with a persistent variable

ruby sinatra scope

Environment variables locally and Heroku

How can I test helpers blocks in Sinatra, using Rspec?

ruby testing rspec sinatra rack

How to fix Sinatra redirecting https to http under nginx

nginx sinatra thin

How can I give Sinatra a catchall, default route?

ruby sinatra

Slicing params hash for specific values

ruby hash sinatra sequel

how to stop sinatra from running?

ruby sinatra

Sinatra OPTIONS HTTP Verb

sinatra

How do I use Sinatra to serve XML documents?

ruby sinatra

How to link a Sass file in a Sinatra app?

ruby sinatra sass

What's the best way to profile a Sinatra application?

ruby profiling sinatra

Passwords in git tree + Heroku + Github

git github heroku sinatra

Replacing ActiveRecord::ConnectionAdapters::ConnectionManagement in ActiveRecord 5

using bundler to load different versions of gems for different platforms

ruby git sinatra bundler

Rails: How do I require NumberHelper and make it work?

ruby sinatra actionpack

How to start a Sinatra app using "run"

ruby sinatra