From 6d9ee4a306672110c97b9dd9af77015208106654 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Fri, 3 Jun 2005 11:49:34 +0000 Subject: Added fixture accessors that can be used when fixture instantiation is disabled, "model_name(:fixture_name)" git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1383 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 82c8e5b6df..d44d966f5c 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,13 @@ *SVN* +* Added fixture accessor methods that can be used when instantiated fixtures are disabled. + + fixtures :web_sites + + def test_something + assert_equal "Ruby on Rails", web_sites(:rubyonrails).name + end + * Added DoubleRenderError exception that'll be raised if render* is called twice #518 [Nicholas Seckar] * Fixed exceptions occuring after render has been called #1096 [Nicholas Seckar] -- cgit v1.2.3