Mercurial > zeropaste
annotate Gemfile @ 28:7746fd53bd9c
Disable cols and rows in textarea.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 10 Sep 2012 04:00:34 +0700 |
parents | 8c0f70f8249e |
children | 91d3749cbff8 |
rev | line source |
---|---|
0 | 1 source 'https://rubygems.org' |
2 | |
3 gem 'rails', '3.2.8' | |
4 | |
5 # Bundle edge Rails instead: | |
6 # gem 'rails', :git => 'git://github.com/rails/rails.git' | |
7 | |
8 gem 'mysql2' | |
9 | |
10 gem 'json' | |
11 | |
12 # Gems used only for assets and not required | |
13 # in production environments by default. | |
14 group :assets do | |
15 gem 'sass-rails', '~> 3.2.3' | |
16 | |
17 gem 'uglifier', '>= 1.0.3' | |
18 end | |
19 | |
20 | |
21 | |
22 # To use ActiveModel has_secure_password | |
23 # gem 'bcrypt-ruby', '~> 3.0.0' | |
24 | |
25 # To use Jbuilder templates for JSON | |
26 # gem 'jbuilder' | |
27 | |
28 # Use unicorn as the app server | |
17
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
29 gem 'unicorn', :platforms => :mri |
8c0f70f8249e
Added webservers - puma and unicorn.
Edho Arief <edho@myconan.net>
parents:
1
diff
changeset
|
30 gem 'puma', :platforms => [:rbx, :jruby] |
0 | 31 |
32 # Deploy with Capistrano | |
33 # gem 'capistrano' | |
34 | |
35 # To use debugger | |
36 # gem 'ruby-debug' |