Skip to content
New issue

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

Remove MoneyParser from Money #70

Closed
elfassy opened this issue Jul 4, 2017 · 0 comments
Closed

Remove MoneyParser from Money #70

elfassy opened this issue Jul 4, 2017 · 0 comments
Milestone

Comments

@elfassy
Copy link
Contributor

elfassy commented Jul 4, 2017

Parsing money is very locale specific and should not be handled by the Money gem. For instance it's not possible to know if 1.000 is 1$ or 1000$ without knowing if the person who entered it is from north-america or europe (some Europeans use . as thousand separators). As such it's best to remove MoneyParser from Money

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant