::doylecentral...

Home

Grails Tips and Tricks

I'm looking at the Grails stuff more and more. I digg it! This site will ported shortly.

If you're on NIX and use bash/dash or some variant I have created an auto-complete feature that is quite handy for the command line. This helps with the learning and also speeds you up since you may type a little less. Download the two files here. Unpack those. Put the grails_commands in your /etc/bash_completion.d directory. Put the command-list in your GRAILS_HOME directory. Fire up a console and grails tab tab you should see a list of commands.

If you want more information on bash_autocompletion check out Scott Davis's blog for a very indepth explanation. He explains my code better than I do!

Feed Back