On Mon, Dec 6, 2010 at 8:11 AM, John Sayeau <[email protected]> wrote: > I am working my way through Agile web development with rails and I'm in > the testing chapter. > when I run the following test(or any other test)
> ActiveRecord::StatementInvalid: SQLite3::SQLException: table users has > no column named image_url: So *does* your test database have such a column? Have you maybe created a migration previously to add it, but not run migrations on your test db? -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

