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

<%= rails_gemfile_entry -%>

<%= database_gemfile_entry -%>

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

<%= gem_for_javascript %>

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

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# <%= gem_for_ruby_debugger %>

<%= gem_for_turn -%>