Skip to content

Instantly share code, notes, and snippets.

@tygern
Last active August 29, 2015 14:22
Show Gist options
  • Save tygern/6e22a66b08077027ea4c to your computer and use it in GitHub Desktop.
Save tygern/6e22a66b08077027ea4c to your computer and use it in GitHub Desktop.
component generators
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