1 Introduction - Reference Documentation
Authors: Alejandro GarcĂa Granados
Version: 0.4
Table of Contents
1 Introduction
Grails Optimus Plugin lets you create some of the most popular artifacts that are not part of the Grails automation and scaffolding but are important to consider when building a Java Web/Grails application, such as log configuration, unit tests, services, i18n messages, logging and responsive and asynchronous views.1.1 Change Log
- January 7, 2014
 - 0.4 release.
 - Upgrade to Grails 2.3.x.
 - Spock unit tests as default, jUnit deleted.
 - 'create-all' command for domain classes.
 - 'grails.optimus.tab' property.
 - 'grails.optimus.blockComments' property.
 - Avoid file overwriting.
 - 'Home' controller.
 - Menu animation update.
 - November 26, 2013
 - 0.3.1 release.
 - Added spinners for AJAX requests.
 - Minimal controller fixes.
 - October 28, 2013
 - 0.3 release.
 - Added generation of i18n messages.
 - Issues
 - October 10, 2013
 - 0.2 release.
 - Added generation of Spock unit tests.
 - October 2, 2013
 - 0.1.2 release.
 - Issues
 - October 1, 2013
 - 0.1.1 release.
 - Issues
 - September 30 , 2013
 - Initial 0.1 release.