Last active
August 29, 2015 14:22
-
-
Save tygern/6e22a66b08077027ea4c to your computer and use it in GitHub Desktop.
component generators
This file contains hidden or 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
rails plugin new components/users --full --mountable --skip-sprockets --skip-spring --database=postgresql --skip-javascript --skip-turbolinks --skip-test-unit --skip-git --skip-keeps --dummy-path=spec/dummy --full --skip-bundle | |
rails plugin new components/users --full --mountable --skip-sprockets --skip-spring --skip-javascript --skip-turbolinks --skip-test-unit --skip-git --skip-keeps --dummy-path=spec/dummy --full --skip-bundle --skip-active-record |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment