Hey folks,
I've posted it on dspace-tech list, but then i've remenbered that this list exists. Maybe there are some people here that aren't there, so i'll repost it here resuming what i've wrote there.
Long story short, i've been writting a RoR app that uses 'dspace-rest-client' rubygem (developed by me and other fellows of mine) and it's finally complete. It implements all the DSpace's 6 REST API endpoints and it's fully functional, including authentication and all CRUD operations. The only thing that are implemented in the gem but not on the app are objects's policies.
You may access it here:
https://drcgem-sample-interface.herokuapp.comThe code, for people that know something about RoR, is very simple, being almost identical to a ActiveRecord based one. This made me think about including the fake AR methods to gem so that it would be pratically invisible for the programmer, but this is something for the future.