public
Description: Country Select Plugin
Homepage: http://rubyonrails.com/
Clone URL: git://github.com/rails/country_select.git
NZKoz (author)
Thu Sep 18 11:56:28 -0700 2008
commit  c06cd99c0a9e0d3ca9d76326a1f339bd5de4bf0b
tree    1d4fb8fbebdd49aebc7c99f476c23685f5b2c4e3
name age message
file MIT-LICENSE Thu Sep 18 11:56:28 -0700 2008 Extract the former country_select helper into a... [NZKoz]
file README Thu Sep 18 11:56:28 -0700 2008 Extract the former country_select helper into a... [NZKoz]
file init.rb Loading commit data...
file install.rb
directory lib/
file uninstall.rb Thu Sep 18 11:56:28 -0700 2008 Extract the former country_select helper into a... [NZKoz]
README
CountrySelect
=============

Provides a simple helper to get an HTML select list of countries.  The list of countries comes from the ISO 3166 
standard.  While it is a relatively neutral source of country names, it will still offend some users.

Users are strongly advised to evaluate the suitability of this list given their user base.

Example
=======

country_select("user", "country_name")


Copyright (c) 2008 Michael Koziarski, released under the MIT license