aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/Gemfile
blob: 141d9fd15c8bed676564ac7d5b290b481ded3a1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
source 'http://rubygems.org'

<%= rails_gemfile_entry -%>

<%= database_gemfile_entry -%>

# Asset template engines
<%= "gem 'json'\n" if RUBY_VERSION < "1.9.2" -%>
gem 'sass', '~> 3.1.0.alpha'
gem 'coffee-script'
gem 'uglifier'

# Use unicorn as the web server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# <%= gem_for_ruby_debugger %>

<%= gem_for_turn -%>