currency_select

8.1.0last stable release 3 months ago
Complexity Score
Low
Open Issues
3
Dependent Projects
0
Weekly Downloadsglobal
32

License

  • MIT
    • Yesattribution
    • Permissivelinking
    • Permissivedistribution
    • Permissivemodification
    • Nopatent grant
    • Yesprivate use
    • Permissivesublicensing
    • Notrademark grant

Downloads

Readme

CurrencySelect

Adds a currency_select helper to Ruby on Rails projects, allowing you to get a HTML select list of available currencies.

The list of currencies are provided by the Money gem.

New maintainer wanted

We’re not using this gem anymore, so we’m looking for a new maintainer. If you’re interested in becoming the new maintainer, please contact us at info AT braingourmets DOT com.

Installation

Add the following to your Gemfile:

gem 'currency_select'

Example

currency_select('user', 'currency')

form_for example

<%= f.currency_select(:currency, ["USD", "EUR", "CAD"], {}, {class: "form-control"}) -%>

Contributing to this project

Code of Conduct

This project adheres to a Contributor Code of Conduct. By participating in this project and its community, you are expected to uphold this code.

Maintainers

  • Oliver Klee

Dependencies

CVE IssuesActive
0
Scorecards Score
No Data
Test Coverage
No Data
Follows Semver
Yes
Github Stars
19
Dependenciestotal
8
DependenciesOutdated
2
DependenciesDeprecated
0
Threat Modelling
No
Repo Audits
No

Learn how to distribute currency_select in your own private RubyGems registry

gem install currency_select
Processing...
Done

18 Releases

RubyGems on Cloudsmith

Getting started with RubyGems on Cloudsmith is fast and easy.