From ea5f89e55c7afde4bf2d6719b0afa8a878082fb5 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 12 Feb 2013 23:46:35 -0800 Subject: misc fixes to get working in production mode using Thin. --- Gemfile | 42 +++++++----------------------------------- 1 file changed, 7 insertions(+), 35 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 9ed38ca..7748246 100644 --- a/Gemfile +++ b/Gemfile @@ -1,52 +1,24 @@ source 'https://rubygems.org' gem 'rails', '3.2.12' - -# Bundle edge Rails instead: -# gem 'rails', :git => 'git://github.com/rails/rails.git' - gem 'sqlite3' - gem 'json' +gem 'markdown-rails' # allows static pages with .md +gem 'haml' # allow pages with .haml +gem 'RedCloth' # allow :textile in HAML +gem 'sass-rails' # not sure why can't be in :assets group + # Gems used only for assets and not required # in production environments by default. group :assets do - gem 'sass-rails' #, '~> 3.2.3' - gem 'haml' - gem 'RedCloth' - - # see https://github.com/iain/http_accept_language - #gem 'http_accept_language' - #gem 'http_accept_language', '>= 2.0.0.pre' - gem 'uglifier', '>= 1.0.3' - gem 'execjs' - # See https://github.com/sstephenson/execjs#readme for more supported runtimes + gem 'execjs' # See https://github.com/sstephenson/execjs#readme for supported runtimes gem 'therubyrhino' end gem 'jquery-rails' - -# To use ActiveModel has_secure_password -# gem 'bcrypt-ruby', '~> 3.0.0' - -# To use Jbuilder templates for JSON -# gem 'jbuilder' - -# Use unicorn as the web server -# gem 'unicorn' - -# Deploy with Capistrano -gem 'capistrano' - -# To use debugger -# gem 'ruby-debug' - -# allows static pages with .md -gem 'markdown-rails' - -gem 'sass' +gem 'capistrano' # deploy with Capistrano group :development do gem 'thin' -- cgit v1.2.3