shotgun Questions

4

Solved

I have a homemade Sinatra application for which I intend to use Heroku to host it. I use foreman and shotgun in development, with the following Procfile: web: shotgun config.ru -s thin -o 0.0.0.0...
Berlioz asked 21/7, 2012 at 13:56

1

Solved

For some reason, session variables are not being set in my app. I am using Sinatra 1.2.1. Here is a piece of code: module GitWiki class App < Sinatra::Base configure do enable :sessions ...
Milinda asked 12/4, 2011 at 7:33

1

Solved

I am trying to use a Ruby gem called shotgun that requires fork(2) command which I discovered is aa Linux command, and might be available in Cygwin. Is it possible to make it available through Wind...
Quinby asked 29/11, 2009 at 7:25
1

© 2022 - 2024 — McMap. All rights reserved.