From 49eafd8c3620bf8e46d21d447fc634a12c8280ab Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 26 Oct 2007 05:56:46 +0000 Subject: Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8036 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index e2cf060525..af436232f2 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,14 @@ *SVN* +* Foxy fixtures, from rathole (http://svn.geeksomnia.com/rathole/trunk/README) + - stable, autogenerated IDs + - specify associations (belongs_to, has_one, has_many) by label, not ID + - specify HABTM associations as inline lists + - autofill timestamp columns + - support YAML defaults + - fixture label interpolation + Enabled for fixtures that correspond to a model class and don't specify a primary key value. #9981 [jbarnette] + * Add docs explaining how to protect all attributes using attr_accessible with no arguments. Closes #9631 [boone, rmm5t] * Update add_index documentation to use new options api. Closes #9787 [kamal] -- cgit v1.2.3