> It's a very slippery slope if the core starts trying to predict and > protect developers from non-Rails assumptions.
You could make a similar case regarding escaping HTML output, but I think that's a useful feature for rails to have. I think the same about a :unique or similarly named feature, I would find it useful and would use it on User.find_by_name and similar calls. Yes, I have unique constraints in my database and use validates_uniqueness_of, but I find it useful in these cases to practice defensive programming. - donald --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en -~----------~----~----~----~------~----~------~--~---
