-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Add Support for other ORMs #26
Comments
Yes this is definitely something on our Roadmap. So we've got a few requests for Mongoid. Any other specific ORMs for "official" support? |
First, thanks for the gem @gregbell! +1 for Mongoid so I can use active_admin on my current project. |
How about using something more abstract for db support? |
Yes agreed. We'll have to abstract the concept of data stores and data access. I'm just trying to get a sense for which ORMs people are interested in "Out of the Box". |
Maybe ianwhite/orm_adapter could help in this? I believe it's what devise |
+1 for Mongoid. That'd be a big help for me. |
@jc00ke Thanks for the suggestion. This seems like a great starting point. |
Datamapper support would be awesome too. |
Redis and Riak for me Sent from my iPad On 13 May 2011, at 22:38, [email protected] wrote:
|
+1 for mongoid support |
+1 for Mongoid support |
I think (and I might be open to flame-bait here) that the most widely used NoSQL database for primary datastore for apps is mongodb. As for the ODM my impression is that Mongoid seems to be the more popular one. Therefore I would say that Mongoid would be head on the NoSQL list. Maybe github needs polls ;) |
+1 for mongoid! |
Over in RailsAdmin land, they're considering using either OrmAdapter or Veneer in order to support a wider range of options. |
+1 for Mongoid |
+1 mongoid |
+1 for Mongoid |
Yes, this would be so awesome. +1 |
If you want a poll, then I'd definitely vote for mongoid :) |
+1 for mongoid. |
Second @drewda's OrmAdapter suggestion, especially since it's already a dependency of devise. |
+1 for mongoid |
1 similar comment
+1 for mongoid |
Also interested in this (for DataMapper). From a quick look into taking a stab at it, ORM adapter probably needs to be extended to be aware of more data (types of columns, being able to enumerate assocations on a model). Also, InheritedResource is pretty coupled to ActiveRecord and its finders would probably need to be overridden (and/or ORM adapter also needs to abstract out the ability to query on collections). Veneer is probably a better starting point, currently, since it has support for introspecting the associations on a model. https://github.com/kaapa/veneer/commits/properties |
+1 mongoid! |
+1 for DataMapper |
+1 mongoid |
1 similar comment
+1 mongoid |
Why not just do it via ActiveModel? |
+1 ActiveModel |
Speaking of time, if anyone wants their ORM of choice supported and is willing to spend some time pair programming with me, let me know! |
anyone |
@daxter I'd love to do that, especially porting stuff from |
I would've liked to join you, however, I'm currently not on a Ruby/Rails project and my time is needed elsewhere. So, sadly, I cannot help. |
I have a large amount of free time and I have a few other people who would be willing to help with getting ActiveResource working with AA |
I still don't know what you mean by that. Could you elaborate? |
Right now you can not use a model that inherits from active resource as a resource with in active admin. |
How are you guys ( @rottmanj ) on the ActiveResource with AA? It would suit my needs perfectly :) +1 |
+1 mongoid |
+1's on this only help to make myself and other maintainers more stressed about this topic. Please either help or donate. |
+1 mongoid.... fast fast |
@candreoliveira did you not see my comment above? You can help by donating time or money. |
+1 for Riak with Ripple. As I didn't get any working Activeadmin in Riak based application. |
+1 mongoid |
6 similar comments
+1 mongoid |
+1 mongoid |
+1 mongoid |
+1 mongoid |
+1 mongoid |
+1 mongoid |
+1 for Mongoid |
+1 mongo id gogogogo |
+1 mongo id |
Go to #2714 to test Mongoid integration instead of 👍ing this ticket. |
First of all great job on active_admin! Impressive and really easy to get up and running.
Any plans to support other ORMs like Mongoid?
The text was updated successfully, but these errors were encountered: