Skip to content

Some scaffolding templates for Grails that a more restful than the defaults - similar to the Restful scaffolding plugins in Rails

Notifications You must be signed in to change notification settings

spidie/grails-restful-scaffolding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grails Restful Scaffolding
==========================

Note: Currently only tested with Grails 1.1

Just some code I have that I thought I should share if useful to anyone

To install. In your grails application, run:

 - grails install-templates
 - copy the contents of this project to src/templates/scaffolding 
 - regenerate your controllers and views for each model class using "grails generate-all"

Note: this is nowhere near complete yet - I am just putting the code up here as I convert it.

About

Some scaffolding templates for Grails that a more restful than the defaults - similar to the Restful scaffolding plugins in Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages