From 70ad0b590f2b912e4c7348310dfb7b495e8ddfca Mon Sep 17 00:00:00 2001 From: Frederick Cheung Date: Wed, 31 Dec 2008 18:46:37 +0000 Subject: country_select url --- railties/doc/guides/source/form_helpers.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'railties') diff --git a/railties/doc/guides/source/form_helpers.txt b/railties/doc/guides/source/form_helpers.txt index 1700708284..1e12a27798 100644 --- a/railties/doc/guides/source/form_helpers.txt +++ b/railties/doc/guides/source/form_helpers.txt @@ -451,8 +451,7 @@ To leverage time zone support in Rails, you have to ask our users what time zone There is also `time_zone_options_for_select` helper for a more manual (therefore more customizable) way of doing this. Read the API documentation to learn about the possible arguments for these two methods. -When it comes to country select, Rails _used_ to have the built-in helper `country_select` but was extracted to a plugin. -TODO: plugin URL +Rails _used_ to have a `country_select` helper for choosing countries but this has been extracted to the http://github.com/rails/country_select/tree/master[country_select plugin]. When using this do be aware that the exclusion or inclusion of certain names from the list can be somewhat controversial (and was the reason this functionality was extracted from rails) Miscellaneous -- cgit v1.2.3