bin/sandbox in solidus_subscriptions-2.0.1 vs bin/sandbox in solidus_subscriptions-2.0.2
- old
+ new
@@ -20,11 +20,11 @@
if [ ! -z $SOLIDUS_BRANCH ]
then
BRANCH=$SOLIDUS_BRANCH
else
- BRANCH="master"
+ BRANCH="main"
fi
extension_name="solidus_subscriptions"
# Stay away from the bundler env of the containing extension.
@@ -69,10 +69,10 @@
unbundled bundle exec rails generate solidus:install \
--auto-accept \
--payment-method=none \
$@
-unbundled bundle exec rails generate ${extension_name}:install --frontend=starter --auto-run-migrations=true
+unbundled bundle exec rails generate ${extension_name}:install --auto-run-migrations=true
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"