Re: [Rails] generators for Rails plugin

2011-03-25 Thread Bryan Crossland
On Fri, Mar 25, 2011 at 6:37 AM, heithem nouira 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 appli

[Rails] generators for Rails plugin

2011-03-25 Thread heithem nouira
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 t