Skip to content

Instantly share code, notes, and snippets.

@rob-murray
Last active January 14, 2017 18:35
Show Gist options
  • Save rob-murray/7281ba1beb570a71c924e68ff039074d to your computer and use it in GitHub Desktop.
Save rob-murray/7281ba1beb570a71c924e68ff039074d to your computer and use it in GitHub Desktop.
Rails.new type: :test
suspenders test-app \
-d sqlite3 \
--skip-git true \
--skip-bundle true \
--skip-action-cable true \
--skip-test true \
--heroku true \
--heroku-flags "--region eu"
suspenders test-app \
-d postgresql \
--skip-git true \
--skip-bundle true \
--skip-action-cable true \
--skip-test true \
--heroku true \
--heroku-flags "--region eu"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment