public
Description: Generate plugins with migrations, an app directory, routing extensions, test, and lots of jazz. Like mini rails apps.
Homepage: http://rubidine.com/open-source/app_extension_generator
Clone URL: git://github.com/rubidine/app_extension_generator.git
name age message
file MIT-LICENSE Loading commit data...
file README
directory generators/
file 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.