timriley on rename-boot-methods
Make methods private Rename Container.boot to .regis… Add “_bootable” suffix to init/… (compare)
timriley on support-component-dirs-with-mixed-namespaces
Fix error initialization (compare)
timriley on support-component-dirs-with-mixed-namespaces
Fix error initialization (compare)
timriley on support-component-dirs-with-mixed-namespaces
Fix error initialization (compare)
timriley on support-component-dirs-with-mixed-namespaces
Fix error initialization (compare)
timriley on support-component-dirs-with-mixed-namespaces
Extract Identifier; support mix… (compare)
.member(Answer)
since Select and Text are subclasses of Answer.
params, options
? (i think you hinted this twice already)options
hash? that would all happen on the class-levelUserSchema.call({}).output
:)
you can use reform with dry-validation, it's pretty amazing
Great, OK then!
def initialize(params, options)
@options = options #this is the dependency hash
end
Schema#output
do?
validation = schema.call(params)
validation.success? ? validation.output : validation.messages
form.sync