Ruby on Rails and longints (Bignum)
Friday, August 31st, 2007
I just spent an hour or so fiddling around with Rails and MySql trying to debug an issue with large numbers being sent from the client.
The long and short (yuk yuk) of it is that Rails seems to cast values defined in the migration as :integer into Fixnum rather than checking to see if it […]



