I am working on some code to load some bootstrapping data into my Grails app. Something is not working with one of the classes I am trying to create, so it would be very convenient to be able to run that code interactively against the grails runtime environment and I am wondering if there is a way to do that.
I know about the Grails console, but that doesn't seem to load the bootstrapped data that I want to interact with. I also saw this thread on debugging - do any of the IDEs allow interactive shells into the runtime? It seems like Debug Plugin has plans to offer this, but is not there yet.
I found this script that allows you to execute a script from Grails context, but I'd like something more interactive.
I am on Grails 1.1.