public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
ddollar (author)
Sun Apr 13 00:36:37 -0700 2008
NZKoz (committer)
Wed Apr 23 02:02:00 -0700 2008
commit  6c1c16bfd9eb865dffa68c12c7df66d5a59a8714
tree    df4bc7789c4d1fe83085b725be0d1fe4a6223880
parent  30ad1827a66b8578cabc8f14a67c69b0ab17cf92
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.