mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Requiring 'active_model/naming' will raise an uninitialized constant ActiveSupport::Deprecation exception because the module core extension doesn't require 'active_support/deprecation'. This require cannot be added to the core extension because of circular dependency issues.