Posts by Roberto Tavares • 3 points
2 posts
-
0
votes1
answer18
viewsA: Validates uniqueness with one exception
A possible solution would be to create a validation method (which should return true or false) and call it in the unless clause of the validates: validates :registration, uniqueness: true, unless:…
-
0
votes1
answer39
viewsQ: Git - local file changes in remote repository
I have a settings file that exists in the remote repository and in place, with information for sending email. In my local environment, I need to modify it with my private email account settings for…
gitasked Roberto Tavares 3