From d2a48852a197190ecead6650aa62c7df4c3136ee Mon Sep 17 00:00:00 2001 From: wycats Date: Thu, 1 Apr 2010 13:54:53 -0700 Subject: Updated changelogs --- activemodel/CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'activemodel/CHANGELOG') diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG index eae337e737..b1334e1d98 100644 --- a/activemodel/CHANGELOG +++ b/activemodel/CHANGELOG @@ -1,5 +1,17 @@ *Edge* +* #new_record? and #destroyed? were removed from ActiveModel::Lint. Use + persisted? instead. A model is persisted if it's not a new_record? and it was + not destroyed? [MG] + +* Added validations reflection in ActiveModel::Validations [JV] + + Model.validators + Model.validators_on(:field) + +* #to_key was added to ActiveModel::Lint so we can generate DOM IDs for + AMo objects with composite keys [MG] + * ActiveModel::Observer#add_observer! It has a custom hook to define after_find that should really be in a -- cgit v1.2.3 From c1883e75b38be79cc547890b2c83619351da1c95 Mon Sep 17 00:00:00 2001 From: wycats Date: Thu, 1 Apr 2010 14:04:55 -0700 Subject: Updated changelogs to differentiate beta1 and beta2 --- activemodel/CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'activemodel/CHANGELOG') diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG index b1334e1d98..dec2524cb3 100644 --- a/activemodel/CHANGELOG +++ b/activemodel/CHANGELOG @@ -1,4 +1,4 @@ -*Edge* +*Rails 3.0.0 [beta 2] (pending)* * #new_record? and #destroyed? were removed from ActiveModel::Lint. Use persisted? instead. A model is persisted if it's not a new_record? and it was @@ -12,6 +12,8 @@ * #to_key was added to ActiveModel::Lint so we can generate DOM IDs for AMo objects with composite keys [MG] +*Rails 3.0.0 [beta 1] (February 4, 2010)* + * ActiveModel::Observer#add_observer! It has a custom hook to define after_find that should really be in a -- cgit v1.2.3 From f0364d87f03d58312bcab1b2f17b5b56b6c72653 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 1 Apr 2010 14:20:03 -0700 Subject: Release is today, yo --- activemodel/CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'activemodel/CHANGELOG') diff --git a/activemodel/CHANGELOG b/activemodel/CHANGELOG index dec2524cb3..8c458b6091 100644 --- a/activemodel/CHANGELOG +++ b/activemodel/CHANGELOG @@ -1,4 +1,4 @@ -*Rails 3.0.0 [beta 2] (pending)* +*Rails 3.0.0 [beta 2] (April 1st, 2010)* * #new_record? and #destroyed? were removed from ActiveModel::Lint. Use persisted? instead. A model is persisted if it's not a new_record? and it was @@ -12,6 +12,7 @@ * #to_key was added to ActiveModel::Lint so we can generate DOM IDs for AMo objects with composite keys [MG] + *Rails 3.0.0 [beta 1] (February 4, 2010)* * ActiveModel::Observer#add_observer! -- cgit v1.2.3