Sha256: fc1ffb2374bdf913077e783bdde1189da94ba135dd96aba21d1b9ededea37fd7

Contents?: true

Size: 458 Bytes

Versions: 5

Compression:

Stored size: 458 Bytes

Contents

gem 'puma'

after_bundler do
  gsub_file "config/environments/production.rb", "# config.threadsafe!", "config.threadsafe!"

  gsub_file "script/rails", "require 'rails/commands'", <<-RUBY

require 'rack/handler'
Rack::Handler::WEBrick = Rack::Handler.get(:puma)

require 'rails/commands'
RUBY
end

__END__

name: Puma
description: Ruby web server built for speed & concurrency
author: drnic
website: http://puma.io

category: deployment
exclusive: appserver

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
appscrolls-0.11.2 scrolls/puma.rb
appscrolls-0.11.1 scrolls/puma.rb
appscrolls-0.11.0 scrolls/puma.rb
appscrolls-0.10.1 scrolls/puma.rb
appscrolls-0.10.0 scrolls/puma.rb