Welcome to Grails
Grails scaffolding with a Twitter Bootstrap look & feel?
This is a demo of how to reskin Grails dynamic scaffolding pages. I've used The Fields plugin for customizing form rendering and the Twitter Bootstrap Resources plugin to provide the CSS resources. Beyond that it's a bare Grails app using dynamically scaffolded controllers and views.
Try It
This demo app includes a couple of controllers to show off its features.
Install It
To install this look & feel into your Grails app you will need to:
Add the following plugins to your BuildConfig.groovy:
runtime ':twitter-bootstrap:2.0.0.16' runtime ':fields:1.0.1'
Copy the following files to your project:
src/templates/scaffolding/* web-app/css/scaffolding.css grails-app/conf/ScaffoldingResources.groovy grails-app/taglib/**/* grails-app/views/index.gsp grails-app/views/layouts/bootstrap.gsp grails-app/views/_fields/default/_field.gsp
Fork It
You can download, fork & raise issues on this project on GitHub.