Sergey Arkhipov
Sergey Arkhipov
# Problem description We are planning an upgrade to Rails 7.1.1. The upgrade involves updating the rack version to the current one (3.0.8) However, some of the ours forms that...
``` >> Humanize.configure {|config| config.default_locale = :ru} => :ru >> 446.humanize => "шесть" >> ``` Replace 'шесть' to 'четыреста сорок шесть' in lib/humanize/locales/constants/ru.rb, please...
## Basic Info * rails_param Version: * Ruby Version: 3.2.2 * Rails Version: 7.1.1 ## Description Using `params! Time` gives incorrect results in case of parameter parsing without specifying time...