Hi, I am new in grails and I am trying to learn it by watching this video. http://www.youtube.com/watch?v=8d1hp8n1stA
I believe the source code is here: https://github.com/grails-samples/grailstwitter
I've followed the tutorial step-by-step but I am unable to login. It returns this error: Sorry, we were not able to find a user with that username and password.
My understanding is that the bootstrap code is supposed to create a user called 'jeff' with a password 'password'. But my app is not happy.
I guess I missed the database configuration part...but how does it know what database to use? I am guessing that this is my problem.
Can anyone give me some pointers?
Thank you
Ceci


Reply With Quote