2012-09-22 22:39:12 -04:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
2013-01-10 21:22:01 -05:00
|
|
|
gem 'rails', '3.2.11'
|
2012-09-22 22:39:12 -04:00
|
|
|
|
|
|
|
# Bundle edge Rails instead:
|
|
|
|
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
|
|
|
|
|
|
|
gem 'pg'
|
|
|
|
gem 'authlogic'
|
|
|
|
gem 'cancan'
|
|
|
|
gem 'formula'
|
|
|
|
gem 'formtastic'
|
2012-10-08 23:18:00 -04:00
|
|
|
gem 'json'
|
2012-12-14 02:16:17 -05:00
|
|
|
gem 'rails3-jquery-autocomplete'
|
2012-12-30 18:50:23 -05:00
|
|
|
gem 'best_in_place'
|
2012-09-22 22:39:12 -04:00
|
|
|
|
|
|
|
# Gems used only for assets and not required
|
|
|
|
# in production environments by default.
|
|
|
|
group :assets do
|
|
|
|
gem 'sass-rails', '~> 3.2.3'
|
|
|
|
gem 'coffee-rails', '~> 3.2.1'
|
|
|
|
|
|
|
|
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
|
|
|
# gem 'therubyracer'
|
|
|
|
|
|
|
|
gem 'uglifier', '>= 1.0.3'
|
|
|
|
end
|
|
|
|
|
|
|
|
gem 'jquery-rails'
|
|
|
|
|
|
|
|
# To use ActiveModel has_secure_password
|
|
|
|
# gem 'bcrypt-ruby', '~> 3.0.0'
|
|
|
|
|
|
|
|
# To use Jbuilder templates for JSON
|
2012-10-08 23:18:00 -04:00
|
|
|
gem 'jbuilder'
|
2012-09-22 22:39:12 -04:00
|
|
|
|
|
|
|
# Use unicorn as the web server
|
|
|
|
# gem 'unicorn'
|
|
|
|
|
|
|
|
# Deploy with Capistrano
|
|
|
|
# gem 'capistrano'
|
|
|
|
|
|
|
|
# To use debugger
|
|
|
|
# gem 'ruby-debug19', :require => 'ruby-debug'
|