Skip to content

Instantly share code, notes, and snippets.

@7hunderbird
Created March 17, 2012 22:20
Show Gist options
  • Select an option

  • Save 7hunderbird/2065819 to your computer and use it in GitHub Desktop.

Select an option

Save 7hunderbird/2065819 to your computer and use it in GitHub Desktop.
Engines Checklist
rails plugin new my_engine --full --mountable
Engines Checklist
* Copy and namespace models, views, controllers, and helpers
* Copy routes
* Copy tests, add :use_route # so your test know which route to hit.
* Configure defaults
* Add dependencies to your gemspec
* Require your dependencies # because bundler doesn't boot strap them, etc.
* If there are external file asset dependancies, they need to be included.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment