Note to myself:
TimeZone.setDefault(TimeZone.getTimeZone("UTC"))
in BootStrap.groovy
Categories
- General Stuff (13)
- Groovy & Grails (8)
- Javascript (6)
- Linux (5)
- PHP (2)
- Security (2)
// More or less up to date
Note to myself:
TimeZone.setDefault(TimeZone.getTimeZone("UTC"))
in BootStrap.groovy
Categories: General Stuff.
I’m a big fan of IntelliJ IDEA for Grails development. Sadfully I had huge problems since I installed Kubuntu 10.04.
The indexing crashed often, after a few minutes working all references broke down etc.
After some searching I found this
It seems that IDEA has some problems with the encryption of the home-dir. So I followed the threads advice and stored index-files etc. outside of my home-dir and voilĂ it works like a charm.
Categories: General Stuff, Groovy & Grails, Linux.
Ted Naleid has a wonderful post about batch import performance with Grails and MySQL. Nice to read.
Categories: Groovy & Grails.
Hi there,
I’ve just released version 1.4.2.1 of the Grails jQuery-plugin.
Change jQuery-version
Sometimes you need an older version of jQuery but you also want to take the advantage of grails build-in AJAX-tags.
Since 1.4.2.1 you can specify the following in your application Config.groovy-file:
jquery {
sources = ‘jquery’ // Holds the value where to store jQuery-js files /web-app/js/
version = ’1.4.1′ // The jQuery version in use
}
sources Specifies the folder underneath web-app/js where the jQuery-lib should be\\
version Specifies the version of the lib
The settings above will result in js/jquery/jquery-1.4.1.min as location
Changelog:
* Applied: GRAILSPLUGINS-1919
* Applied: GRAILSPLUGINS-2056
* Added jQuery 1.4.2Designed by Tim Sainburg from Brambling DesignDesigned by Tim Sainburg from Brambling Design
Categories: Groovy & Grails.
Recent Comments