Hello,
ok it works :)))))) there are tables in my test database :))))
there are the right tables :)))))
i think .... :((
if i run the unit test
def test_truth
assert true
end
there is one error:
1) Error:
test_truth(MyDataTest):
ActiveRecord::StatementInvalid: Mysql::Error: Unknown column 'mydata' in
'field list': INSERT INTO `members` (`person_id`, `created_at`,
`updated_at`, `mydata`, `id`, `mydata_id`) VALUES (1, '2009-02-22
18:00:49', '2009-02-22 18:00:49', 'verein1', 238752903, 4)
where does this column come from?
i look at my database and there is no column witch call 'mydata'.
also it is not in schema.rb
hmpf :(((
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---