public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
lifo (author)
Sat Apr 19 11:26:56 -0700 2008
commit  3f8d3cd04ff0bd7cbf70c11d49a3dc009dfa98a0
tree    5dff9d33a4b3cbe31b3fef598bd0b48786007a10
parent  17d4164a16e5fe7b252375211424a2999a331291
rails / activemodel
README
Active Model
==============

Totally experimental library that aims to extract common model mixins from
ActiveRecord for use in ActiveResource (and other similar libraries).  
This is in a very rough state (no autotest or spec rake tasks set up yet),
so please excuse the mess.  

Here's what I plan to extract:
  * ActiveModel::Observing 
  * ActiveModel::Callbacks
  * ActiveModel::Validations

  # for ActiveResource params and ActiveRecord options
  * ActiveModel::Scoping

  # to_json, to_xml, etc
  * ActiveModel::Serialization

I'm trying to keep ActiveRecord compatibility where possible, but I'm
annotating the spots where I'm diverging a bit.