-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: 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