bin/sandbox in solidus_jwt-1.1.0 vs bin/sandbox in solidus_jwt-1.2.0
- old
+ new
@@ -51,11 +51,13 @@
cat <<RUBY >> Gemfile
gem 'solidus', github: 'solidusio/solidus', branch: '$BRANCH'
gem 'solidus_auth_devise', '>= 2.1.0'
gem 'rails-i18n'
gem 'solidus_i18n'
+
gem '$extension_name', path: '..'
+
group :test, :development do
platforms :mri do
gem 'pry-byebug'
end
end
@@ -67,15 +69,16 @@
unbundled bundle exec rails generate spree:install \
--auto-accept \
--user_class=Spree::User \
--enforce_available_locales=true \
+ --with-authentication=false \
$@
unbundled bundle exec rails generate solidus:auth:install
echo
echo "🚀 Sandbox app successfully created for $extension_name!"
echo "🚀 Using $RAILSDB and Solidus $BRANCH"
echo "🚀 Use 'export DB=[postgres|mysql|sqlite]' to control the DB adapter"
echo "🚀 Use 'export SOLIDUS_BRANCH=<BRANCH-NAME>' to control the Solidus version"
-echo "🚀 This app is intended for test purposes."
\ No newline at end of file
+echo "🚀 This app is intended for test purposes."