Skip to content

Commit

Permalink
build using rails_apps_composer 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKehoe committed Aug 26, 2012
1 parent 8c50576 commit adc6b39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ def html_to_slim(source)
else
say_wizard "WARNING! SQLite gem detected in the Gemfile"
say_wizard "If you wish to use MongoDB you must skip Active Record."
say_wizard "When launching rails_apps_composer, choose 'skip Active Record'."
say_wizard "If using an application template, use the '-O' flag as in 'rails new foo -O'."
say_wizard "If using rails_apps_composer, choose 'skip Active Record'."
say_wizard "If using Rails Composer or an application template, use the '-O' flag as in 'rails new foo -O'."
prefs[:fail] = multiple_choice "Abort or continue?", [["abort", "abort"], ["continue", "continue"]]
if prefer :fail, 'abort'
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"
Expand Down Expand Up @@ -1516,6 +1516,7 @@ def html_to_slim(source)
copy_from_repo 'features/admin/send_invitations.feature', :repo => repo
copy_from_repo 'features/admin/view_progress.feature', :repo => repo
copy_from_repo 'features/visitors/request_invitation.feature', :repo => repo
copy_from_repo 'features/users/sign_in.feature', :repo => repo
copy_from_repo 'features/users/sign_up.feature', :repo => repo
copy_from_repo 'features/users/user_show.feature', :repo => repo
copy_from_repo 'features/step_definitions/admin_steps.rb', :repo => repo
Expand Down

0 comments on commit adc6b39

Please sign in to comment.