Skip to content

Commit adc6b39

Browse files
committed
build using rails_apps_composer 2.2.2
1 parent 8c50576 commit adc6b39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ def html_to_slim(source)
376376
else
377377
say_wizard "WARNING! SQLite gem detected in the Gemfile"
378378
say_wizard "If you wish to use MongoDB you must skip Active Record."
379-
say_wizard "When launching rails_apps_composer, choose 'skip Active Record'."
380-
say_wizard "If using an application template, use the '-O' flag as in 'rails new foo -O'."
379+
say_wizard "If using rails_apps_composer, choose 'skip Active Record'."
380+
say_wizard "If using Rails Composer or an application template, use the '-O' flag as in 'rails new foo -O'."
381381
prefs[:fail] = multiple_choice "Abort or continue?", [["abort", "abort"], ["continue", "continue"]]
382382
if prefer :fail, 'abort'
383383
raise StandardError.new "SQLite detected in the Gemfile. Use '-O' or '--skip-activerecord' as in 'rails new foo -O' if you don't want ActiveRecord and SQLite"
@@ -1516,6 +1516,7 @@ def html_to_slim(source)
15161516
copy_from_repo 'features/admin/send_invitations.feature', :repo => repo
15171517
copy_from_repo 'features/admin/view_progress.feature', :repo => repo
15181518
copy_from_repo 'features/visitors/request_invitation.feature', :repo => repo
1519+
copy_from_repo 'features/users/sign_in.feature', :repo => repo
15191520
copy_from_repo 'features/users/sign_up.feature', :repo => repo
15201521
copy_from_repo 'features/users/user_show.feature', :repo => repo
15211522
copy_from_repo 'features/step_definitions/admin_steps.rb', :repo => repo

0 commit comments

Comments
 (0)