money icon indicating copy to clipboard operation
money copied to clipboard

A Ruby Library for dealing with money and currency conversion.

Results 65 money issues
Sort by recently updated
recently updated
newest added

It looks like AED/EUR its's not supported. How can I switch to Google Currency? I have tried with config.default_bank = GoogleCurrency.new` but the class is not found. I haven't found...

As far as I can understand currently there is no ability to format currency with currency symbol prepended: https://github.com/RubyMoney/money/blob/main/lib/money/money/formatter.rb#L310 Could you share your plans or thoughts on it?

Can I compare two objects in different currencies? I've searched throug the issues and found only [this](https://github.com/RubyMoney/money/issues/377) thread. Where only equality is discussed. I wonder if understanding which on is...

any reason why XXX No Currency - part of the ISO 4217 standard - is not included ? XXX | 999 | . | No currency -- | -- |...

typo mistake in non_iso onfig USDC dont have iso_code

we use ActiveRecord store similar to that one from docs ```ruby class ExchangeRate < ApplicationRecord def self.get_rate(from_iso_code, to_iso_code) rate = find_by(from: from_iso_code, to: to_iso_code) rate&.rate end def self.add_rate(from_iso_code, to_iso_code, rate)...

Use euro symbol (€) as html_entity for euro currency

Could you please change symbol_first to false for KWD, BHD, and OMR Thanks!

I registered BTC in money.rb like shown here https://github.com/RubyMoney/money/issues/710 Now it would be great to sometime show money values in Satoshis instead of BTC or additionaly, e.g. if a user...

Can you please publish the `6.17.0` and `6.18.0` versions to RubyGems? Thank you 🤗