Factlink / pavlov

Provides a Command/Query/Interactor framework.
MIT License
22 stars 4 forks source link

Switch over the entire attribute stuff to Virtus? #12

Closed marten closed 11 years ago

marten commented 11 years ago

The Virtus gem used by DataMapper Ruby Object Mapper implements a lot of what we have for defining arguments. RoQua uses this for various entities.

We might want to evaluate using that library inside of Pavlov, instead of something home grown. There's also some alternatives to Virtus.

marten commented 11 years ago

It has been done.