Is there a Ruby webframework that doesn't couple validation with persistence?
Thanks,
Stefan
Is there a Ruby webframework that doesn't couple validation with persistence?
Thanks,
Stefan
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.
--
Posted via http://www.ruby-forum.com/.
Do you mean you want something that validates forms rather than models,
Django-style?
Yes, although I've never used Django.
2012/9/24 Brian Candler <lists@ruby-forum.com>:
With Rails I think you can make a dummy model (not database-backed)
using ActiveModel.--
Posted via http://www.ruby-forum.com/\.