Top "Grails-2.0" questions

Grails is a web application framework that uses Groovy and Java.

How to tell Grails application which environment it is in?

I would like to load Environment specific configurations in my grails application so that depending on which JVM the grails …

grails grails-2.0 grails-config
Grails 2.3.4 - Error executing script Clean: _GrailsClasspath_groovy$_run_closure1

I am using eclipse kepler and after shutting down my computer and turning it on again I am getting this …

eclipse grails grails-2.0 grails-plugin
Get Plain HTML from HTTP Requests

I'm working on a grails app and for several hours already have been trying to get html code from a …

groovy httprequest grails-2.0 httpbuilder
How to unit or integration test use of injected messageSource for i18n in Grails 2.0 service

I make use of a message bundle in one of my services in a Grails 2.0 project for internationalized text. The …

testing grails service internationalization grails-2.0
Grails saves datetime as UTC time, but reads it as local server time?

I have the following line in my Grails application to set the default timezone to UTC: TimeZone.setDefault(TimeZone.getTimeZone("…

java datetime grails timezone grails-2.0
Grails 2.3 - run-app not working

I am getting error while running my Grails app. My application working in Grails 2.1.4. I am using Groovy 2.1.* Java 1.7 Tomcat 7.0.37 …

grails grails-plugin grails-2.0 grails-controller
Avoid cyclic reference inheritance in grails

I have a big project written in Grails 2.3.8. Sometimes when I deploy it using my CI I got this message: …

grails bouncycastle grails-2.0 grails-plugin
Is performance of Grails 2.0 really that awfully low?

I'm somewhat newbie for WEB development based on JVM stack, but future project will require specifically some JVM-based WEB engine. …

performance grails grails-2.0
Asserting on a list of items in Spock

Using Spock 0.7 with Grails 2.04. Trying to set up a testing environment. I need some help in regards to testing a …

grails-2.0 spock