Registry / http-client / activeresource

activeresource

JSON →
library6.2.0rbrubygemsunverified

REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Active Record models.

gem install activeresource
INSTALL
IMPORT
SIG · ACTIVERESOURCE
A
activeresource
http-clientrubyv6.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ActiveResource
require 'active_resource'

Define a model that maps to a RESTful API resource.

require 'active_resource' class Person < ActiveResource::Base self.site = 'http://api.example.com' end person = Person.find(1)
Debug
Known issues
gotchaActiveResource is not actively maintained and may have compatibility issues with newer Rails versions.
fix
Consider using alternative HTTP clients like Faraday or RestClient.
affects: >= 6.0.0
Upgrade
Version history
6.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
40
Resources
activeresource — gem install activeresource · libregistry