comparison Gemfile @ 17:8c0f70f8249e

Added webservers - puma and unicorn.
author Edho Arief <edho@myconan.net>
date Mon, 27 Aug 2012 07:44:17 -0700
parents 49c0949ee47e
children 91d3749cbff8
comparison
equal deleted inserted replaced
16:0d68bfd35971 17:8c0f70f8249e
24 24
25 # To use Jbuilder templates for JSON 25 # To use Jbuilder templates for JSON
26 # gem 'jbuilder' 26 # gem 'jbuilder'
27 27
28 # Use unicorn as the app server 28 # Use unicorn as the app server
29 # gem 'unicorn' 29 gem 'unicorn', :platforms => :mri
30 gem 'puma', :platforms => [:rbx, :jruby]
30 31
31 # Deploy with Capistrano 32 # Deploy with Capistrano
32 # gem 'capistrano' 33 # gem 'capistrano'
33 34
34 # To use debugger 35 # To use debugger