退社。

by typester / at 2006-12-23T09:45:00 / life / Comment

updated C::P::FormValidator::Simple::Auto

profiles.ymlとmessages.ymlを別々に書くのがだるすぎるので

# profiles.yml
action:
  param:
    - rule: NOT_BLANK
      message: param is required!

とかできるようにした。

同じことを今までのであらわすと

# profiles.yml
action:
  param:
    - NOT_BLANK

# messages.yaml
action:
  param:
    NOT_BLANK: param is required!

こんな。めんど。

by typester / at 2006-12-23T09:29:00 / catalyst / Comment