-
Notifications
You must be signed in to change notification settings - Fork 43
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
ActiveResource support #49
Comments
Would definitely make Restfulie easier to integrate into current projects if we could have a Restfulie'ised ActiveModel implementation. |
Do you think it should be the exact same API interface? Wanna help us on this one? I can show you the way |
Well, unless I am mis-understanding anything, as of Rails 3 ActiveResource is also based off of ActiveModel so I think any restfulie implementation should at least be compatible with the basics of ActiveModel and pass the ActiveModel Lint test. Unfortunately I have too many things to do at the moment so cannot commit time to this (Plus I am not a great developer so that is probably a good thing.) I may have some time in the future (dev skill issues aside.) |
guilherme, I might be interested in helping out with this one. I've got a project that may find it useful. Any pointers to a good place to start digging? |
Sure! Download the activeresource code. Then copy and paste the test suite. If you get the first one working let me.know already! Guilherme Silveira
|
Not sure if I followed that, can you say a little more? |
One possible way of doing this is to take activeresource and replace the back-end code that uses normal http libraries with code that uses restfulie, that would be the first step. So...
That would be the first stage (IMHO) to getting a restfulie backed implementation. |
Hi Jeffrey Exactly! Thanks for clarifying Guilherme Silveira
|
Re-write active support on top of Restfulie with restfulie capabilities
The text was updated successfully, but these errors were encountered: