Skip to content
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

Further support for ORM adapters #1377

Open
mshibuya opened this issue Oct 26, 2012 · 21 comments
Open

Further support for ORM adapters #1377

mshibuya opened this issue Oct 26, 2012 · 21 comments

Comments

@mshibuya
Copy link
Member

Currently proposed:

  • ActiveModel
  • ActiveResource
  • Redis
  • Neo4j
  • NoBrainer
@ypadlyak
Copy link

We're considering developing adapter for our ActiveModel based classes. These are models, which are mapped to third party API.

Do you think it will be possible to implement? What is the most basic level of ORM functionality required by rails_admin?

Thank you in advance!

@ypadlyak
Copy link

ypadlyak commented Feb 4, 2013

Any thoughts?

@mshibuya
Copy link
Member Author

mshibuya commented Feb 5, 2013

There was a discussion involving ActiveModel support in #157.

By the way, this project is RailsAdmin, not ActiveAdmin :)

@ypadlyak
Copy link

ypadlyak commented Feb 5, 2013

Sorry, just updated :)

@DougPuchalski
Copy link
Contributor

An abstract adapter would be great. I'd like to implement different views of models or of other data, whether or not in a DB.

@birarda
Copy link

birarda commented Jun 26, 2014

Is there any way to hack around this currently?

@zenati
Copy link

zenati commented Jul 22, 2014

up.

@speedmax
Copy link

Elasticsearch persistent model actually implement ActiveModel. I'd like to get some pointer if it's possible to get it going with rails_admin.

The current adapters are really robust, something clean like orm_adapter or using ActiveModel::Naming will be better.

  • Taylor

@bbrealnex
Copy link

If anyone knows a workaround for this or knows of an applicable fork, that would be awesome. I'm trying to build a management front-end for an API and ActiveResource + RailsAdmin would seem to be an ideal solution.

@fmh
Copy link
Contributor

fmh commented Dec 29, 2014

+1 Redis

@djvs
Copy link

djvs commented Mar 27, 2015

+1 Neo4j

@vronin-okta
Copy link

+1

@acrogenesis
Copy link

Any updates in ActiveResource

@javimey
Copy link

javimey commented Aug 12, 2015

+1 Neo4j

@cheerfulstoic
Copy link

FYI I've been working on a Neo4j adaptor here: https://github.com/cheerfulstoic/rails_admin

I expect it will be done relatively soon

@mshibuya
Copy link
Member Author

@cheerfulstoic That's a great news! Good luck with your work 😎

@dapicester
Copy link

@cheerfulstoic Any news about Neo4j adapter? I need that and I am willing to help. Please let me know.

@cheerfulstoic
Copy link

@dapicester Sorry, I haven't been working on it lately ;( I do hope to get back to it, but help would definitely be welcome!

The quick lowdown:

As I said, it's here: https://github.com/cheerfulstoic/rails_admin

The master branch is more or less working. The problem is there are a few bugs and the tests need to be gotten into order. I basically copied the MongoDB tests. That work is in the fixing_specs branch.

I would definitely be happy to answer questions (my colleague on the Neo4j.rb project and I hang out on Gitter https://gitter.im/neo4jrb/neo4j ).

@ian
Copy link

ian commented Aug 27, 2016

@cheerfulstoic commenting here since forked repos on GH can't have issues.

  1. Would love to see your PR landed.
  2. Having issues when searching on RailsAdmin, query looks like it's using WHERE (n.$or IN {n_or}) which doesn't seem to work with Regex.

Happy to try and patch if you point me in the right direction.

@dmitrypol
Copy link

+1

1 similar comment
@blocknotes
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests