jonathangeiger / kohana-jelly

See the link below for the most up-to-date code
https://github.com/creatoro/jelly
MIT License
146 stars 34 forks source link

KO 3.1 Validation Fixes #186

Open agentphoenix opened 13 years ago

agentphoenix commented 13 years ago

Jelly throws errors in KO 3.1 because of changes made to the way validation is handled. These changes correct those errors by eliminate the calls to Validate and replace them with proper calls to Validation and Valid.

agentphoenix commented 13 years ago

Forgot to mention, but this fixes #184.

bmidget commented 13 years ago

There's a bit more to this for full support. For instance, Jelly needs to run $validate->bind(':model') somewhere to bind the model to the :model parameter.

agentphoenix commented 13 years ago

Any idea where in Jelly that would need to be run?