-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixtures under Mongoid #15
Comments
/cc @m-Peter |
Haven't tried FactoryGirl for fixtures, but we can give it a shot. |
No. Rails and related libraries only use minitest and fixtures. By the way, I think this is getting ahead of ourselves. Active Form is still about exploring an API for form models. |
@kaspth there is still no Mongoid fixtures implementation. Should we work on it? |
I don't know what you mean by that. Are you saying Mongoid doesn't support fixtures? |
Yep, that's what I'm saying. |
I see. Instead of having us explicitly support Mongoid we need to find an API that Mongoid (and everyone else) can use to integrate with us. Kasper
|
As I mentioned in #14, we would like to support other ORMs than ActiveRecord.
For instance, our test suite is using fixtures now and there may be a problem with Mongoid.
I started writing implementation of fixtures for Mongoid, but maybe we can switch to FactoryGirl or something else?
The text was updated successfully, but these errors were encountered: