From 8537d5eb93dae418c5c866b313ca1362990957ca Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 20 Dec 2004 13:21:01 +0000 Subject: Added a require_association hook on const_missing that makes it possible to use any model class without requiring it first. Added that Active Record associations are now reloaded instead of cleared to work with the new const_missing hook in Active Record. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@233 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 003ac065ac..a0e402e5e1 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added that Active Record associations are now reloaded instead of cleared to work with the new const_missing hook in Active Record. + * Added graceful handling of an inaccessible log file by redirecting output to STDERR with a warning #330 [rainmkr] * Added support for a -h/--help parameter in the generator #331 [Ulysses] -- cgit v1.2.3