Skip to content

ActiveSupport::Memoizable deprecation warning in Rails 3.2 #4678

@kirs

Description

@kirs

I just upgraded to 3.2 from 3.1, and found this line in log:

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/kirs/Sites/myapp/config/environment.rb:5)

The config/environment.rb contains only this:

# Load the rails application
require File.expand_path('../application', __FILE__)

# Initialize the rails application
Myapp::Application.initialize!

Is it something wrong with Myapp::Application.initialize!?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions