db2 doesn't work as a db for RoR examples
i configured my RoR installation to work with db2,
but when I try the store excercise, I can't seem to be able to enter numbers after the comma in the price field
for example i enter 15,99 like in the book,
and when i get the view of the edited/newly entere item, there's always a zero instead of two nines
what I should see: 15,99
what I see: 15,0
anyone any idea how this could happen?
|