Fix for validates_uniqueness with aliased fields

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • 3.1.4
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      I discovered that the below does not work, it yields a false positive :warning:

      field :n, as: :name, type: String
      
      validates_uniqueness_of :name
      

      I've patched this behavior and have added specs for it.

      Also includes small commits:

      • Add Rubymine to .gitignore
      • Adding #field_t and #field_t= alias methods for #field_translations + specs

              Assignee:
              Durran Jordan
              Reporter:
              Johnny Shields
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: