view Gemfile @ 147:812711965af1

Added support for disabling supported web server without changing Gemfile.
author Edho Arief <edho@myconan.net>
date Sun, 18 Nov 2012 22:57:36 +0700
parents e0e99705e79d
children d7b64b639d15
line wrap: on
line source

source 'https://rubygems.org'

gem 'rails', '3.2.9'
gem 'jquery-rails'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'mysql2', :platforms => :ruby
gem 'activerecord-jdbcmysql-adapter', :platforms => :jruby

gem 'json'

# Gems used only for assets and not required
# in production environments by default.
group :assets do
  gem 'sass-rails',   '~> 3.2.3'

  gem 'uglifier', '>= 1.0.3'
  gem 'anjlab-bootstrap-rails', '>= 2.0', :require => 'bootstrap-rails'
end



# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

# To use Jbuilder templates for JSON
# gem 'jbuilder'

group :standalone do
  # Use unicorn as the app server
  gem 'unicorn', :platforms => :mri
  gem 'puma', :platforms => [:rbx, :jruby]
end

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug'

gem 'newrelic_rpm'