I tried adding a line to my code that validates the size of the person description column, but when I do this, every time I try to create a new user, I get an error saying 'Description can not exceed the 2000 character maximum'.
My current signup form does not actually ask for the description so my guess is this might be some sort of database misunderstanding. I assume the problem is somehow connected to the fact that 'description' is the only column that is a 'text' box. The others are all strings and integers. Any ideas? Is this a known problem. I should mention I am pretty new to rails and programming so this might be a simple thing that I am just not aware of. Additionally I don't think I ran into this problem until I deployed my production version. Thanks. --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" 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/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
