Rails ajax 货币
如何创建以下内容:
我想使用rails
[usd|rub|eur]
制作ajax货币切换器在db中我只有usd值
什么gem适合此目的?或者也许浏览器端解决方案更好?
谁有经验请给我建议
How to create the following:
I want make ajax currency switcher with rails
[usd|rub|eur]
In db I have only usd value
What gem suitable for this purpose? Or maybe browser-side solution is better?
Who has experience please give me advise
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用 Money Gem 您可以在模型中指定 Money 列以使处理更容易。
we use the Money Gem you can specify a Money column in your model to make the handling easier.