"getting rid of deprecation warning: env is deprecated and will be removed from rails 5.0." Code Answer

3

ok, so it seems that env method has been deprecated in actionpack by this commit.

so from now on we should user request.env instead of env in our controllers and helpers.

By gstrauss on January 6 2022

Answers related to “getting rid of deprecation warning: env is deprecated and will be removed from rails 5.0.”

Only authorized users can answer the Search term. Please sign in first, or register a free account.