This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 1e9144e483524b4f246a1768462eadb22f634f19
tree df9a93728b6c2a14fad1a359448a1931e7e966c9
parent 64e54fea5c8a780f16bc8c3d70b6974b4d915acb
tree df9a93728b6c2a14fad1a359448a1931e7e966c9
parent 64e54fea5c8a780f16bc8c3d70b6974b4d915acb
... |
... |
|
... |
... |
|





Comments
Even with this new version, I still have to manually add the deleted_at field to the scope:
validates_uniqueness_of :some_field, :scope => [:some_attribute, :deleted_at]
Otherwise, I get validation errors. I’m thinking that this changeset was meant to fix that, but it doesn’t seem to be the case.
I can confirm luigis comment, validation fails for me too.