This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Todd Willey (author)
Wed Jun 03 11:02:56 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | ||
| |
README | ||
| |
generators/ | ||
| |
init.rb |
README
AppExtensionGenerator ==================== Generate plugins that add models/controllers/migrations/tests/assets into an existing application. Unlike engines / appable plugins / &c., these plugins don't require on any other plugins, not even AppExtensionGenerator. usage ruby script/generate app_extension my_extension Then look in the README and init.rb in your new extension.








