Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. rails new "@$" \
  4. --skip-action-mailer \
  5. --skip-action-mailbox \
  6. --skip-action-text \
  7. --skip-active-storage \
  8. --skip-action-cable \
  9. --skip-sprockets \
  10. --skip-javascript \
  11. --skip-turbolinks \
  12. --skip-test \
  13. --skip-system-test \
  14. --webpacker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement