Generators for Rails plugin

Hi, i have newly discovered Rails and currently trying to write a
plugin from scratch.
I want to know how the generation of ressources(scaffold , models,…)
within a plugin could be.
this thing goes smoothly in Rails standard application because there’s
script/generate or rails generate.
But in the plugin skeleton t didn’t find any generators.
i need your help

On Fri, Mar 25, 2011 at 6:37 AM, heithem nouira
[email protected]wrote:

Hi, i have newly discovered Rails and currently trying to write a
plugin from scratch.
I want to know how the generation of ressources(scaffold , models,…)
within a plugin could be.
this thing goes smoothly in Rails standard application because there’s
script/generate or rails generate.
But in the plugin skeleton t didn’t find any generators.
i need your help

Now you have discovered the documentation that will allow you to answer
your
above question.

B.