Webframework that separates validation from persistence

Is there a Ruby webframework that doesn’t couple validation with
persistence?

Thanks,
Stefan

2012/9/24 Brian C. [email protected]:

Do you mean you want something that validates forms rather than models,
Django-style?

Yes, although I’ve never used Django.

Do you mean you want something that validates forms rather than models,
Django-style?

With Rails I think you can make a dummy model (not database-backed)
using ActiveModel.