aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorTrevor Turk <trevorturk@gmail.com>2013-02-28 15:41:20 -0600
committerTrevor Turk <trevorturk@gmail.com>2013-02-28 15:41:20 -0600
commita1d8b031d355fdbf9e93d26e33dfdac247c8a5f9 (patch)
tree6471a4b97ca911164428038fef66439492a3edbf /guides
parent74d471a4aaa4b6e7e8d51ff6c68ce158a06e5e58 (diff)
downloadrails-a1d8b031d355fdbf9e93d26e33dfdac247c8a5f9.tar.gz
rails-a1d8b031d355fdbf9e93d26e33dfdac247c8a5f9.tar.bz2
rails-a1d8b031d355fdbf9e93d26e33dfdac247c8a5f9.zip
Document ActiveRecord::Fixtures becoming ActiveRecord::FixtureSet
Diffstat (limited to 'guides')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index e7459ff77b..b620f517db 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -47,6 +47,8 @@ Rails 4.0 no longer supports loading plugins from `vendor/plugins`. You must rep
* Rails 4.0 has removed `attr_accessible` and `attr_protected` feature in favor of Strong Parameters. You can use the [Protected Attributes gem](https://github.com/rails/protected_attributes) to a smoothly upgrade path.
+* Rails 4.0 has deprecated `ActiveRecord::Fixtures` in favor of `ActiveRecord::FixtureSet`.
+
### Active Resource
Rails 4.0 extracted Active Resource to its own gem. If you still need the feature you can add the [Active Resource gem](https://github.com/rails/activeresource) in your Gemfile.