Abraham Vionas wrote: > Hi, I'm (still) working through the Rails Todo List tutorial, and now have > run up against what I think is an error being thrown by Rails because it > can't find/connect to my PostgreSQL DB. I have installed Postgres-pr-0.2.1 > and verified that I can connect using it, but I have no idea - beyond the > configuration of the yaml file - of how to make sure that ActiveRecord can > connect to my DB fine. The error I get is below in case someone recognizes > it as being from something other than db connectivity. > > > > TypeError in Todo#index > > > superclass mismatch for class ParseError updating to 0.2.2 fixes this. Regards, Michael