Prototype Grails Plugin
2% of Grails users
Dependency :
runtime ":prototype:1.0"
Summary
This plugin adds the Prototype, Scriptaculous and Rico JavaScript libraries to
Grails and provides integration of those libraries with Grails' Javascript tags.
Installation
grails install-plugin prototype
Description
As of Grails 2.0 Prototype is no longer the default JavaScript library (jQuery is used instead). This plugin allows older application to continue to use Prototype by uninstalling the jQuery plugin and installing this one.See https://github.com/gpc/grails-prototype for the source and usage information