From be994e2c50af6c7cb31602fd45f4e718f011b165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Strza=C5=82kowski?= Date: Mon, 28 Jun 2010 11:15:47 +0200 Subject: Information about new rake task in CHANGELOG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Valim --- activerecord/CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 09f897eaac..6c07467535 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,6 +1,7 @@ *Rails 3.0.0 [RC1] (unreleased)* * PostgreSQL: ensure the database time zone matches Ruby's time zone. #4895 [Aaron Patterson] +* New rake task, db:migrate:status, displays status of migrations #4947 [Kevin Skoglund] *Rails 3.0.0 [beta 4] (June 8th, 2010)* -- cgit v1.2.3 From dd8b7417a9b793b7780bf5ca5e04b1c05ac3a8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 28 Jun 2010 11:37:14 +0200 Subject: Update CHANGELOGs. --- activerecord/CHANGELOG | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 6c07467535..60739fbd91 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,8 +1,11 @@ *Rails 3.0.0 [RC1] (unreleased)* -* PostgreSQL: ensure the database time zone matches Ruby's time zone. #4895 [Aaron Patterson] * New rake task, db:migrate:status, displays status of migrations #4947 [Kevin Skoglund] +* select and order for ActiveRecord now always concatenate nested calls. Use reorder if you want the original order to be overwritten [Santiago Pastorino] + +* PostgreSQL: ensure the database time zone matches Ruby's time zone #4895 [Aaron Patterson] + *Rails 3.0.0 [beta 4] (June 8th, 2010)* -- cgit v1.2.3 From 13a36902718d452b31d13f2f7aba5770e51844a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 30 Jun 2010 12:38:25 +0200 Subject: Add missing CHANGELOG items. --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 60739fbd91..a1a82fdff5 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *Rails 3.0.0 [RC1] (unreleased)* +* Add scoping and unscoped as the syntax to replace the old with_scope and with_exclusive_scope [José Valim] + * New rake task, db:migrate:status, displays status of migrations #4947 [Kevin Skoglund] * select and order for ActiveRecord now always concatenate nested calls. Use reorder if you want the original order to be overwritten [Santiago Pastorino] -- cgit v1.2.3