that's not enough. try:
AkActiveRecord::validatesLengthOf(...)
@oisucf, if you update to rev.1207 you'll find the behaviour you expect after adding to your shared_model.php
var $_automated_validators_enabled = true;
var $_automated_max_length_validator = true;
var $_automated_not_null_validator = true;
1 to 5 of 5