I have been setting up my recent Sinatra projects with a standard ruby project layout putting all of the application …
read moreOther articles
"Sinatra Heroku and config.ru"
Rack applications often require a config.ru for deployment. The standard config.ru for classic sinatra applications is well documented …
read more"Sinatra reload source file changes in development mode"
Sinatra Reloader is a sinatra extension which reloads source files while in development mode, this functionality was removed from base …
read more"Get client IP on Heroku"
I have been trying to use the GeoIP Rack App, by copying this gist in my Rack stack with a …
read more