RubyMoney / money-rails

Integration of RubyMoney - Money with Rails
MIT License
1.79k stars 386 forks source link

money_rails:initializer does not appear to work on Rails 7.1 #693

Open dwilde1 opened 6 months ago

dwilde1 commented 6 months ago

I am using Rails 7.1.3.2, and the initializer does not appear to work, with any variant of money-rails or money_rails. Looked in Gemfiles and see only 7.0.

Adjusted my bundle to revert to 7.0.8, but that caused other issues.

Also, the MoneyRails object described in the config/initializers/money.rb referenced in the README.md is not being created.

money.txt

Thanks in advance!

semmons99 commented 6 months ago

possible we need some patches after the Rails updates. Anyone available to debug and submit a PR?

schmijos commented 2 weeks ago

I cannot reproduce the issues both on Rails 7.1 and Rails 7.2. I started this PR to further elaborate if there were any: #705