Generate Scaffolding

View: New views
2 Messages — Rating Filter:   Alert me  

Generate Scaffolding

by Andrew Neil-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have been developing a simple extension, using the Creating Radiant  
Extensions tutorial as a reference. I would like to flesh out my  
controller from the simple 'scaffold :link', and customise the views.  
In a normal Rails project, I would use

     script/generate scaffold ModelName [ControllerName] [action, ...]

This generator doesn't appear to be available from the root of a  
radiant project. I'm just wondering if there is anything equivalent.  
If not, do extension authors tend to write all controllers/views from  
scratch?

Thanks,

Drew
_______________________________________________
Radiant mailing list
Post:   Radiant@...
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Re: Generate Scaffolding

by Sean Cribbs-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Personally, since most of my controllers are for resources, I use the
make_resourceful plugin.  It saves a lot of time, but I still have to
make the views.

Sean

Andrew Neil wrote:

> I have been developing a simple extension, using the Creating Radiant  
> Extensions tutorial as a reference. I would like to flesh out my  
> controller from the simple 'scaffold :link', and customise the views.  
> In a normal Rails project, I would use
>
>      script/generate scaffold ModelName [ControllerName] [action, ...]
>
> This generator doesn't appear to be available from the root of a  
> radiant project. I'm just wondering if there is anything equivalent.  
> If not, do extension authors tend to write all controllers/views from  
> scratch?
>
> Thanks,
>
> Drew
> _______________________________________________
> Radiant mailing list
> Post:   Radiant@...
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
>  

_______________________________________________
Radiant mailing list
Post:   Radiant@...
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant