This project is archived and is in readonly mode.

#361 ✓resolved
Andre Foeken

validates_uniqueness_of broken

Reported by Andre Foeken | June 7th, 2008 @ 01:50 AM

class Monkey << ActiveRecord::Base
  validates_uniqueness_of :code
end

Now in console:

>> Monkey.create!( :code => "1" )
>> Monkey.create!( :code => 1 )

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Attachments

Pages