Coder Social home page Coder Social logo

i18n_country_select's Introduction

Country Code Select

A 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+

Installation

Put the following in your Gemfile

gem 'i18n_country_select'

Example

Simple 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

Based on the deprecated country_code_select by: Russ Smith ([email protected]) and Frank Wambutt ([email protected])

Version History

  • 1.1.4 - Fixed options being ignored when running Rails 4

  • 1.1.3 - Removed Netherlands Antilles. Added Bonaire, Curacao, Sint Maarten, and South Sudan

  • 1.1.2 - Adding Thread variable to speed up rendering

  • 1.1.1 - Bumping required version of country translations

  • 1.1.0 - Rails 4 support

  • 1.0.19 - Added Macedonia

  • 1.0.18 - Fixed translated sorting

  • 1.0.17 - Removing duplicate country code IE

  • 1.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

License

MIT or GPL

i18n_country_select's People

Contributors

bjoernkw avatar charly avatar dmilisic avatar durandom avatar heldersilva avatar ian avatar karl-petter avatar leods92 avatar mortik avatar onomojo avatar opinel avatar pronix avatar russ avatar timvoet avatar wizardone avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.