From: Robert Dober Date: 2010-04-17T22:17:39+09:00 Subject: Re: Dont know where to look :( On Sat, Apr 17, 2010 at 2:47 PM, Tiger Big one wrote: > I get this error > > ## > > SQLite3::SQLException: no such column: blogs.user_id: SELECT * FROM > blogs   WHERE (blogs.user_id = 1)  LIMIT 1 > > ## Well the Ruby On Rails ML seems to be a better place to look for help, but somehow this looks like you are missing a migration here. rake db:migrate might do the trick. HTH R. -- The best way to predict the future is to invent it. -- Alan Kay