Suggest Mongrel and Capistrano in the default bundle

上级 39ebd6eb
source 'http://gemcutter.org'
<%- if options.dev? -%>
gem "rails", :path => "<%= Rails::Generators::RAILS_DEV_PATH %>"
gem 'rails', :path => '<%= Rails::Generators::RAILS_DEV_PATH %>'
<%- elsif options.edge? -%>
gem "rails", :git => "git://github.com/rails/rails.git"
gem 'rails', :git => 'git://github.com/rails/rails.git'
<%- else -%>
gem "rails", "<%= Rails::VERSION::STRING %>"
gem 'rails', '<%= Rails::VERSION::STRING %>'
# Bundle edge Rails instead:
# gem "rails", :git => "git://github.com/rails/rails.git"
# gem 'rails', :git => 'git://github.com/rails/rails.git'
<%- end -%>
<% unless options[:skip_activerecord] -%>
gem "<%= gem_for_database %>"<% if require_for_database %>, :require => "<%= require_for_database %>"<% end %>
gem '<%= gem_for_database %>'<% if require_for_database %>, :require => '<%= require_for_database %>'<% end %>
<% end -%>
# Use mongrel as the web server
# gem 'mongrel'
# Deploy with Capistrano
# gem 'capistrano'
# Bundle the extra gems:
# gem "bj"
# gem "hpricot", "0.6"
# gem "sqlite3-ruby", :require => "sqlite3"
# gem "aws-s3", :require => "aws/s3"
# gem 'bj'
# gem 'hpricot', '0.6'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'
# Bundle gems for certain environments:
# gem "rspec", :group => :test
# gem 'rspec', :group => :test
# group :test do
# gem "webrat"
# gem 'webrat'
# end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册