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

Allow ActiveResource based model objects to be handled by rails_admin #239

Closed
kimptoc opened this issue Jan 12, 2011 · 6 comments
Closed
Milestone

Comments

@kimptoc
Copy link
Contributor

kimptoc commented Jan 12, 2011

I have an object in my app thats backed by an xml/rails webservice on a different site.

This is done using ActiveResource.

As it provides query/crud facilities, it would seem feasible for rails_admin to display/edit these.

Currently rails_admin seems to ignore these model objects - I guess its checking for ActiveModel parentage.

Thanks,
Chris

@sferik
Copy link
Collaborator

sferik commented Mar 29, 2011

I never considered supporting ActiveResource models. It might be impossible without patching ActiveResource, but we should certainly look into it further.

@kimptoc
Copy link
Contributor Author

kimptoc commented Mar 29, 2011

:)

@mpolakis
Copy link

I also need that functionality.

@laucb
Copy link

laucb commented Aug 22, 2011

I also need a lot of that

@bbenezech
Copy link
Collaborator

Wasn't really possible at the time.

Any ActiveModel parented ORM is a potential candidate now that ActiveRecord has been abstracted.

Is someone up to this ActiveResource adapter? That would be a nice twist for RA!

@mshibuya
Copy link
Member

Merging this into #1377.

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

6 participants