[Rails] Model controlled by API calls

2010-04-22 Thread Thomas Allen
Hello, I was wondering if anybody knew of a library (acts_as_ or similar) that provides a simple framework for mapping ActiveRecord calls to API calls for model instances that are managed via API calls rather than a database connection. Thomas -- You received this message because you are

Re: [Rails] Model controlled by API calls

2010-04-22 Thread Thomas Allen
It looks like ActiveResource is what I wanted. Thoma Thomas Allen wrote: Hello, I was wondering if anybody knew of a library (acts_as_ or similar) that provides a simple framework for mapping ActiveRecord calls to API calls for model instances that are managed via API calls