文件名称:moneyjs-rails:用于 Rails 3 的 money.js
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-29 20:22:48
Ruby
moneyjs-rails 由于我们需要向 pictrs.com 添加外币(欢迎瑞士来到欧洲!),我们决定仅在客户端使用出色的您可能想将它与一起使用 安装 将其添加到 Rails 应用程序的Gemfile : gem 'moneyjs-rails' 然后bundle install 。 通过 openexchangerates.org 设置汇率(可选) 将此行添加到应用程序的 Gemfile 中: gem 'open_exchange_rates' 然后执行: $ bundle 如果你使用 Rails 添加这个的好地方是 config/initializers/open_exchange_rates.rb OpenExchangeRates.configure do |config| config.app_id = "YourAppID" end 要保存字节,您可
【文件预览】:
moneyjs-rails-master
----vendor()
--------assets()
----.gitignore(425B)
----lib()
--------moneyjs-rails()
--------moneyjs-rails.rb(310B)
----README.md(2KB)
----moneyjs-rails.gemspec(573B)