-
Mike Dalessio authored
Use Kernel::Float(..., exceptions:false) instead of a rescue block in ActionView::Helpers::NumberHelper and ActiveSupport::NumberHelper::NumberConverter to slightly improve performance. Also remove documentation that incorrectly states ActiveSupport::NumberHelper supports the `raise:` option.
Mike Dalessio authoredUse Kernel::Float(..., exceptions:false) instead of a rescue block in ActionView::Helpers::NumberHelper and ActiveSupport::NumberHelper::NumberConverter to slightly improve performance. Also remove documentation that incorrectly states ActiveSupport::NumberHelper supports the `raise:` option.
Loading