Sunday, September 30, 2007

getting started with grails comments take 2

It's sunday and I'm working on chap 7 section "Adding Interceptors" THis is the section to get the user authorization part working. I just added the
def beforeInterceptor = [action:this.&auth,
except:['search']]

to the RaceController class, so things are kinda broken, but I've been saving state to svn as I go.

Going to go play with aidan.

Saturday, September 29, 2007

getting started with grails comments

in chapter 6 getting dynamic the
findAllByCityLikeAndStateLike.


Does not seem to work. Will try using the next section method which uses hibernate.

Hibernate method works well.
section Introduction the Hibernate Criteria Builder

Got the search working completely and tagged the end of ch 6/start of ch7 start-CHAP-7

Started working on registration stuff in ch 7 start but it doesn't work yet. Am taking the kids mini golfing!