On May 24, 7:19 pm, krani <[email protected]> wrote:

> Unfortunately I don't understand what rails want to tell me with this
> trace...
>
> I don't think that there is a problem in schema.rb. This is the
> definition for the component model:
>
>   create_table "components", :force => true do |t|
>     t.integer  "project_id"
>     t.integer  "category_id"
>     t.string   "name"
>     t.text     "text"
>     t.datetime "created_at"
>     t.datetime "updated_at"
>   end
>

The error occurs when loading the fixtures for brand. You should
probably look at the fixtures file or schema for that table.

Fred


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to