grails-plugin
Grails - uninstalling Spring Security Core
What is the correct way to uninstall spring-security-core plugin completely? I\'m working on a Grails app that no longer needs a login and I\'d like to remove it.[详细]
2023-03-12 16:46 分类:问答grails plugin question - unable to resolve class
i\'m writing my first plugin, but in test project, can\'t resolve the class of plugin (src开发者_如何学Python/groovy)[详细]
2023-03-12 11:40 分类:问答validate grails domain classes against a database
What\'s the best way to validate that the grails domain classes are in sync with a database? It\'s legacy database and i can\'t build it开发者_如何转开发 from the domain classes. An interesting idea h[详细]
2023-03-12 10:20 分类:问答IntelliJ IDEA/ Grails not resolving plugins
I have been using IntelliJ for almost a year ad I have always been really happy with it. However, yesterday I set it up on my new laptop (Ubuntu 11.04), and haven\'t seen the plugins module since.. :-[详细]
2023-03-11 11:55 分类:问答Url mapping to a plugin view
What is the best, or the preferred way to map an url to a view that is within a plugin installed in a grails app?[详细]
2023-03-09 08:36 分类:问答How do i exlude Domain class from getting exported in a grails plugin?
I have a plugin that i have created, and in that plugin i have a T开发者_C百科estDomain domain class which is just used in an integration test. How can i exlude TestDomain from being exported to grail[详细]
2023-03-08 21:38 分类:问答Facebook Connect Plugin and Grails Issue
Not sure how to begin troubleshooting this issue. I followed the exact instructions on this page - http://www.grails.org/Facebook+Connect+Plugin[详细]
2023-03-07 17:38 分类:问答What is a Grails Plugin? What does it mean to Install a Plugin?
I used Grails recently, and added Grails plugin for JQ开发者_JAVA百科uery, but I don\'t think it did anything more than just copy some jQuery files over.[详细]
2023-03-07 16:31 分类:问答Grails Rendering plugin save to file
I\'m trying to use the rendering plugin to save a generated pdf to a file when a controller action to generate a PDF is shown. I\'m following the instructions per: http://gpc.github.com/grails-renderi[详细]
2023-03-06 03:15 分类:问答Last login date in grails with spring security
I am running into this error when I try to set a lastLogin date with an event listener in Config.groovy:[详细]
2023-03-05 12:40 分类:问答