You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 applicationrequireFile.expand_path('../application',__FILE__)# Initialize the rails applicationMyapp::Application.initialize!
Is it something wrong with Myapp::Application.initialize!?