-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile.rails
22 lines (20 loc) · 1.3 KB
/
Gemfile.rails
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# DO NOT EDIT THIS FILE
# it is used to indicate default rails gems
#
#
# SYSTEM GEMS
#---------------
gem 'rails', '4.0.0' #Rails system
gem 'pg' #Postgresql as default database
# JAVASCRIPT AND CSS
#------------------------
# gem 'therubyracer', platforms: :ruby # Heroku no longer supports therubyracer
gem 'sass-rails', '~> 4.0.0' # Use SCSS for stylesheets
gem 'uglifier', '>= 1.3.0' # Use Uglifier as compressor for JavaScript assets
gem 'coffee-rails', '~> 4.0.0' # Use CoffeeScript for .js.coffee assets and views
gem 'jquery-rails' # Use jquery as the JavaScript library
# RAILS-PREFERENCED HELPERS
#---------------------------
gem 'turbolinks' # Turbolinks makes following links in your web application faster.
gem 'jbuilder', '~> 1.2' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder