2012-11-27 11:59:58 -05:00
|
|
|
source 'https://rubygems.org'
|
2012-01-19 12:42:05 -05:00
|
|
|
|
2013-01-22 00:12:29 -05:00
|
|
|
gem 'rails', '4.0.0'
|
2011-09-12 10:30:45 -04:00
|
|
|
|
2013-04-22 17:44:39 -04:00
|
|
|
# Use sqlite3 as the database for Active Record
|
2011-09-12 10:30:45 -04:00
|
|
|
gem 'sqlite3'
|
|
|
|
|
2013-03-28 18:07:18 -04:00
|
|
|
# Use SCSS for stylesheets
|
|
|
|
gem 'sass-rails'
|
|
|
|
|
|
|
|
# Use CoffeeScript for .js.coffee assets and views
|
|
|
|
gem 'coffee-rails'
|
|
|
|
|
|
|
|
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
|
|
|
# gem 'therubyracer', platforms: :ruby
|
|
|
|
|
|
|
|
# Use Uglifier as compressor for JavaScript assets
|
|
|
|
gem 'uglifier', '>= 1.0.3'
|
2011-09-12 10:30:45 -04:00
|
|
|
|
|
|
|
gem 'jquery-rails'
|
|
|
|
|
2013-01-22 00:12:29 -05:00
|
|
|
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
|
|
|
gem 'turbolinks'
|
|
|
|
|
2013-03-29 19:05:30 -04:00
|
|
|
group :doc do
|
|
|
|
# bundle exec rake doc:rails generates the API under doc/api.
|
2013-03-30 06:22:40 -04:00
|
|
|
gem 'sdoc', require: false
|
2013-03-29 19:05:30 -04:00
|
|
|
end
|
|
|
|
|
2013-01-22 00:12:29 -05:00
|
|
|
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
2013-03-25 01:15:30 -04:00
|
|
|
gem 'jbuilder', '~> 1.2'
|
2013-01-22 00:12:29 -05:00
|
|
|
|
2012-01-19 12:42:05 -05:00
|
|
|
# To use ActiveModel has_secure_password
|
|
|
|
# gem 'bcrypt-ruby', '~> 3.0.0'
|
|
|
|
|
2012-04-19 04:37:03 -04:00
|
|
|
# Use unicorn as the app server
|
2011-09-12 10:30:45 -04:00
|
|
|
# gem 'unicorn'
|
|
|
|
|
|
|
|
# Deploy with Capistrano
|
2013-01-22 00:12:29 -05:00
|
|
|
# gem 'capistrano', group: :development
|
2011-09-12 10:30:45 -04:00
|
|
|
|
|
|
|
# To use debugger
|
2012-04-17 06:01:05 -04:00
|
|
|
# gem 'debugger'
|