dubstep
1
Hello, I created ODM for MongoDB and wondering is there any way
to ensure it’s compatible with Rails?
Maybe there’s some kind of shared examples for RSpec to run it against
the model?
Thanks!
P.S.
The model itself http://alexeypetrushin.github.com/mongodb_model
axyd80
2
On Sep 16, 12:44am, Alexey P. [email protected] wrote:
Hello, I created ODM for MongoDB and wondering is there any way
to ensure it’s compatible with Rails?
Maybe there’s some kind of shared examples for RSpec to run it against
the
model?
Sounds like you want ActiveModel / ActiveModel::Lint :
Fred
axyd80
3
Thanks, didn’t know about the Lint, exactly what I need.