Skip to content

Instantly share code, notes, and snippets.

@RudyOnRails
Created September 5, 2012 03:39
Show Gist options
  • Save RudyOnRails/3629971 to your computer and use it in GitHub Desktop.
Save RudyOnRails/3629971 to your computer and use it in GitHub Desktop.
start your engines
rails plugin new <name> (basics)
rails plugin new <name> -T (skip Test::Unit)
rails plugin new <name> -T --dummy-path=spec/dummy (specify dummy app path since we're using rspec)
rails plugin new <name> -T --dummy-path=spec/dummy --full --mountable (full is for making an engine, mountable is for putting inside dummy app)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment