You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: composer.rb
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -376,8 +376,8 @@ def html_to_slim(source)
376
376
else
377
377
say_wizard"WARNING! SQLite gem detected in the Gemfile"
378
378
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'."
381
381
prefs[:fail]=multiple_choice"Abort or continue?",[["abort","abort"],["continue","continue"]]
382
382
ifprefer:fail,'abort'
383
383
raiseStandardError.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"
0 commit comments