rails--rails/actionpack/lib/action_view/helpers
Michael Koziarski 2d27b82d4c Remove the country_select helper.
We're in no position to mediate disputes on this matter, and the previous change to use ISO 3166 has offended just as many people as the ad-hoc list did.

If you want the old list back you can install the plugin:

ruby script/plugin install git://github.com/rails/country_select.git
2008-09-18 21:30:52 +02:00
..
javascripts
active_record_helper.rb Use symbols for send and respond_to?. 2008-09-03 00:55:22 +02:00
asset_tag_helper.rb Switched computed public paths cache over to a simple hash w/ mutex 2008-09-10 19:05:53 -05:00
atom_feed_helper.rb
benchmark_helper.rb Use a more sensible resolution on the new millisecond benchmarks 2008-09-05 14:58:34 +02:00
cache_helper.rb
capture_helper.rb
date_helper.rb
debug_helper.rb
form_helper.rb
form_options_helper.rb Remove the country_select helper. 2008-09-18 21:30:52 +02:00
form_tag_helper.rb Added image_submit_tag confirm option [status:committed #784] 2008-09-10 00:13:35 -05:00
javascript_helper.rb
number_helper.rb
prototype_helper.rb Merge docrails 2008-09-03 17:58:47 +01:00
record_identification_helper.rb
record_tag_helper.rb Ensure that calling content_tag_for in a helper doesn't cause duplicate output. 2008-08-29 20:52:01 +02:00
sanitize_helper.rb Require missing libraries and check for defined ActionController constant so ActionView can be used standalone 2008-08-26 15:13:28 -05:00
scriptaculous_helper.rb Merge docrails 2008-09-13 20:28:01 +01:00
tag_helper.rb
text_helper.rb Merge docrails 2008-09-03 17:58:47 +01:00
translation_helper.rb I18n: add aliases #t and #l to TranslationHelper#translate and #localize 2008-08-25 11:06:18 +02:00
url_helper.rb