You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: