From 1c88d713568bc44400d85727bb9d67ee8950de71 Mon Sep 17 00:00:00 2001 From: Brad Dunbar Date: Wed, 5 Jun 2013 11:27:37 -0400 Subject: [PATCH] Fix #2535 - Update changelog with Model#set changes. --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 84efe501..69e160e0 100644 --- a/index.html +++ b/index.html @@ -4127,6 +4127,10 @@ ActiveRecord::Base.include_root_in_json = false parameters. Routes like search?query=…&page=3 should become search/…/3. +
  • + Model#set no longer accepts another model as an argument. This leads + to subtle problems and is easily replaced with model.set(other.attributes). +
  • 0.9.2March 21, 2012DiffDocs