aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorFrederick Cheung <frederick.cheung@gmail.com>2008-12-31 18:46:37 +0000
committerFrederick Cheung <frederick.cheung@gmail.com>2008-12-31 18:46:37 +0000
commit70ad0b590f2b912e4c7348310dfb7b495e8ddfca (patch)
treeb20e037f075ccb111868bfa6aea97a88145c3426 /railties
parentc525059a98cb50fb13f470895865cf4cfb25ac92 (diff)
downloadrails-70ad0b590f2b912e4c7348310dfb7b495e8ddfca.tar.gz
rails-70ad0b590f2b912e4c7348310dfb7b495e8ddfca.tar.bz2
rails-70ad0b590f2b912e4c7348310dfb7b495e8ddfca.zip
country_select url
Diffstat (limited to 'railties')
-rw-r--r--railties/doc/guides/source/form_helpers.txt3
1 files changed, 1 insertions, 2 deletions
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