We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will try and push a demo app with test tomorrow if I get time. However, (quick and dirty) steps to reproduce are:
gem 'rails'
gem 'faker'
bundle install
script/console
"%{a}" % {:a => 1}
The result will be:
ArgumentError: malformed format string - %{ from (irb):1:in `%' from (irb):1
The various :require => nil and I18n.reload! workarounds suggested in issue 5 do not seem to sort the problem.
:require => nil
I18n.reload!
The text was updated successfully, but these errors were encountered:
Closing since 1.8.7 is EOL
Sorry, something went wrong.
No branches or pull requests
Will try and push a demo app with test tomorrow if I get time. However, (quick and dirty) steps to reproduce are:
gem 'rails'
andgem 'faker'
;bundle install
;script/console
;"%{a}" % {:a => 1}
The result will be:
The various
:require => nil
andI18n.reload!
workarounds suggested in issue 5 do not seem to sort the problem.The text was updated successfully, but these errors were encountered: