gem for accessing REST services in an Active Record style (where the API dos not follow Rails conventions)
ActiveRestClient is a gem for accessing REST services in an ActiveRecord style. Active Resource already exists, but it doesn't work where the resource naming doesn't follow Rails conventions, it doesn't have in-built caching and it's not as flexible in general.