mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Missed one spot for --skip-active-record, which means that new Gemfile isn't set up right
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
This commit is contained in:
committed by
Santiago Pastorino
parent
58add1b63c
commit
f5c5cdd4ae
@@ -13,7 +13,7 @@ gem 'rails', '<%= Rails::VERSION::STRING %>'
|
||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
<%- end -%>
|
||||
|
||||
<% unless options[:skip_activerecord] -%>
|
||||
<% unless options[:skip_active_record] -%>
|
||||
gem '<%= gem_for_database %>'<% if require_for_database %>, :require => '<%= require_for_database %>'<% end %>
|
||||
<% end -%>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user