I have rails 4.2 working fine on development but in production env I have the following warning:
DEPRECATION WARNING: The configuration option `con
The deprecation warning you're getting is most probably caused by another gem that's setting that configuration for you. For me, we're using rails_serve_static_assets and we're using version 0.0.2
. To remove the deprecation warning, just update the gem (issue has been fixed in version 0.0.3
)
bundle update rails_serve_static_assets