Module: ActiveSupport
- Defined in:
- lib/almodovar/disable_duration_parsing.rb
Overview
Removes the ‘duration’ parser from ActiveSupport::XmlMini to prevent errors when processing non-ISO duration values in Rails 8+ This patch modifies the PARSING constant so that ActiveSupport does not automatically convert duration values, preventing unexpected failures.
Defined Under Namespace
Modules: XmlMini