Dave Klein,
daveklein:First day on my new job at InnoCentive. Cool projects, smart people, and lots of Grails! Even met @bherrmann7 in person. How cool is that?
added 51 minutes ago
retweeted by n/a
Jason Swartz,
swartzrock:PHP 6 should drop the mandatory semi-colon. Coming from Groovy, this is killing me on every line.
added 1 hour ago
retweeted by n/a
Andres Almiray,
aalmiray:aside: what's with the guy in the horse at the bottom of grails plugin pages?
Jeff Vogelsang,
jeffvogelsang:@bendoerr I think it will not create the src/ dir if the app is already created and you try run tests / run the app #grails
added 6 hours ago
retweeted by n/a
Ben Doerr,
bendoerr:@jeffvogelsang#grails will create any directories it needs when they don't exist. Minimum should be the grails-app directory.
added 6 hours ago
retweeted by n/a
Jeff Vogelsang,
jeffvogelsang:Any way to get #grails to ignore empty dirs (i.e. src/groovy)? #Git doesn't "see" or track them. What's the min set of dirs Grails needs?