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...
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
...
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...
1
© 2022 - 2024 — McMap. All rights reserved.