Skip to content

Instantly share code, notes, and snippets.

@ceres629
Created July 15, 2015 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceres629/1710cd067483f8624b14 to your computer and use it in GitHub Desktop.
Save ceres629/1710cd067483f8624b14 to your computer and use it in GitHub Desktop.
require_relative 'myapp'
run Sinatra::Application
require 'sinatra'
require 'byebug'
get '/' do
message="oh, hello!"
byebug
message
end
web: bundle exec puma -C ./config/puma.rb
workers 2
threads_count = 5
threads threads_count, threads_count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment