¶ ↑
Country Code SelectA simple country code select helper with I18n translations for the countries. Works exactly the same as country_select but uses country codes instead and has i18n translations for the country names.
NOTE: The old country_code_select repository that this one was forked from is outdated and no longer maintained. This i18_country_select repository is the most corrent.
¶ ↑
Requirements-
Rails 3+
-
Ruby 1.9.2+
¶ ↑
InstallationPut the following in your Gemfile
gem 'i18n_country_select'
¶ ↑
ExampleSimple use supplying model and attribute as parameters:
country_code_select(:user, :country)
Supplying priority countries to be placed at the top of the list:
country_code_select(:user, :country, [[ 'US', 'United States' ], [ 'CA', 'Canada' ]])
¶ ↑
Contributors-
Brian McQuay (github.com/onomojo)
-
Brad Carson from Base 3 Media
-
Andreas Wolff (github.com/rubyphunk)
-
Valentin Rabanelly (github.com/vjrabanelly)
-
Karl-Petter Åkesson (github.com/karl-petter)
-
Hélder Tavares da Silva (github.com/heldersilva)
-
Marten Klitzke (github.com/mortik)
Based on the deprecated country_code_select by: Russ Smith (russ@bashme.org) and Frank Wambutt (frank@mo-stud.io)
¶ ↑
Version History1.0.16 - Removing unnecessary value attribute and corrected spelling error on the include_blank option tag 1.0.15 - Removing more duplicate country codes 1.0.14 - Removing duplicate country codes and adding Norway 1.0.13 - Ignore missing translations from i18n-country-translations 1.0.12 - Adds the ability to specify text to use in a blank option
¶ ↑
LicenseMIT license