Skip to content

Support for mongoid (MongoDB) #2

Open
@ndbroadbent

Description

@ndbroadbent

I just saw that the generators and migrations are for ActiveRecord. My client is using MongoDB, so I'm going to have to add support for the mongoid gem.

Fortunately you can just post data and the MongoDB collection is implicitly created, so migrations aren't necessary.

What do you think about using the orm_adapter gem to support multiple ORMs? The gem could have different models for each ORM, and have some shared code that uses the orm_adapter API.

In the meantime I might just fork and rename to rails-letsencrypt-mongoid. But let me know if you would like to collaborate on support for multiple ORMs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions