I have to add more currencies to the app like on this web app http://www.designconnected.com/ as you can see, it converts the price in whatever currency you select and keep it this way. I ve been looking for gems that are out of date already, tutorials couldn t find any and in stackoverflow there are a few questions about it but none of them got what I need.
if any of you know a better gem, recently released... please let me know. or if there is no gem for it, should I add a currency_id to current_user so the app will show the proper currency for this user.. but then where do I take the currency rates from.. I ve been looking for a solution for 3 days now and nothing.
感谢您提供的任何建议。
this urls have been checked:
https://stackoverflow.com/questions/1368010/rails-currency-gem-or-plugin
https://github.com/Ruby money/
最后一个部分与。 就像我所需要的那样,但现在就应该有时间来研究如何利用这一问题。
Please help with some ideas on how to get it started if there is no way to find/get a full tutorial about this. Thank you.