On Thu, Jun 11, 2009 at 11:24 PM, Ashwin Mangale<[email protected]> wrote: > Try commenting out the uniqueness constraint and check the result. To be > fair, the validations listed are fairly standard and can be done before the > keyword object is created ( client-side using something like ajax + jquery > ). > > Hope this helps. > > -Ashwin
Hi Ashwin. I'm finding that the uniqueness constraint doesn't add much additional processing time. You're right that the validations are quite standard. However, you can't rely on input data; it must be validated server-side. Thanks, Nick --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

