After upgrading to Rails 3.2.0
, I started seeing the following deprecation warning in my development log and test output:
DEPRECATION WARNING: ActiveSupport::Memoizable is deprecated and will be removed in future releases,simply use Ruby memoization pattern instead. (called from <top (required)> at /Users/foo/bar/baz/bif/config/environment.rb:5)
Note the ending config/environment.rb:5
, which is different than other related (Memoizable) SO questions.