Posts by romeu.hcf • 51 points
2 posts
-
1
votes1
answer26
viewsA: Update_all Rails with own database field
To run such a costly task, you first need to decide what to do if it doesn’t fit in your full time window. You need to decide if you should be canceled in full, going back to the previous state,…
-
1
votes1
answer37
viewsA: Rails 4.2.6 error authenticate method
The authenticate method exists in the Activemodel::Securepassword module and needs to be included in your model, via has_secure_password'. class User < ActiveRecord::Base has_secure_password end…