chap 4
Rails: ActiveModel, ActiveRecord and ActiveResource
ActiveModel: all the model related without db. (Ex: validations).
ActiveRecord: associates a class to the database. (Ex: find method).
ActiveResource: Similar to ActiveRecord. However, instead of being backed by a database, an ActiveResource object is backed by another application through a web service API.
Rails: Action Pack
Last updated
Was this helpful?