Tag: On create
-
Validation on create with Ripple (Riak On Rails)
Ripple doesn’t provide direct method for adding validation only on create while trying to implement Riak On Rails using Ripple as modeling layer. This is very much necessary for the validation of properties such as password which are to be checked only while being created. Here is how I have done it.