performify icon indicating copy to clipboard operation
performify copied to clipboard

Service object which makes you better.

Results 3 performify issues
Sort by recently updated
recently updated
newest added

https://github.com/trickstersio/performify/blob/dd84f06da64e286ec429f40a693114e3db1112f9/lib/performify/base.rb#L20 In my opinion here must be false, because in my fail callback i can use variables that was not defined previously and it will raise exception.

By default, messages do not include a rule’s name ```ruby schema.call(email: '').messages(full: true) { :email => ["email must be filled"] } ``` How we can implement and use it in...

After installation of the gem into Rails project it should be possible to run `bin/rake performify:install` to generate `ApplicationService`.