Last active
January 14, 2017 18:35
-
-
Save rob-murray/7281ba1beb570a71c924e68ff039074d to your computer and use it in GitHub Desktop.
Rails.new type: :test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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