groovydev / twitter-bootstrap-grails-plugin

Grails plugin for Twitter Bootstrap CSS framework resources
173 stars 92 forks source link

Create a sample Grails 2.0 application #12

Closed dima767 closed 12 years ago

dima767 commented 12 years ago

Please create a sample Grails 2.0 application demonstrating the full power of the Bootstrap and this plugin. This will allow it to serve as the "reference implementation" and help jumpstart own Grails/Bootstrap apps.

chriscantu commented 12 years ago

Hello Dmitriy,

It just so happens I emailed Karol about a week ago in regards to adding my modified scaffolding I created for his plugin. In this sample application, https://github.com/christophercantu/Grails-Plugin-Twitter-Bootstrap-Example, you can use the generate-all command to create a twitterbootsrap based view.

FYI: I was using this app to bounce some ideas around for work. I would just remove all my domain objects and view files. Let me know if you have any questions.

delight commented 12 years ago

Hi guys,

there is already such a project available. https://github.com/robfletcher/twitter-bootstrap-scaffolding from which I got a (running out of the box) up to date version local. If there is interest I can push my fork to github. @christophercantu i haven't checked yours yet.

The point is the twitter bootstrap 2.0 release is imminent. 31st Jan is the release party. They added a lot and unfortunately changed also a lot of stuff. Classnames, nesting.

IMO it would make more sense to leverage https://github.com/robfletcher/grails-fields plugin to make such transitions less painful.

Cheers, Kosta

jimirn commented 12 years ago

Hi everybody,

I just added a pull request (https://github.com/groovydev/twitter-bootstrap-grails-plugin/pull/14) with a upgrade to twitter bootstrap 2.0.

Cheers, Jimi