Well, I broke my own (thecoderscorner.com’s) build and also the production site. I thought I had tested all my changes in test but evidently not! What happened is when I upgraded grails, the fckeditor plugin stopped working. I’ve noticed now that on the plugin page there’s a comment indicating that it does not working on version 1.0.
Furthermore, this made me look at my usage of the editor, at which point I realised that for my usage of the editor, using the plug-in was overkill anyway. I only use it as a blog editor, and don’t generally do a lot of uploading at the moment.
Its hard to get a release right
Yet again, this shows that its hard to do a release and get it right. Even using a great technology such as Grails that makes it much easier. Anyway, If you are using the Grails fckeditor plugin beware of upgrading to 1.0 at the moment. In my case the use of the plugin was fairly light, and easily replaced by a bit of javascript, but I guess in some cases this may not be the case.