rails--rails/actionpack/lib/action_view
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
..
helpers Remove the country_select helper. 2008-09-18 21:30:52 +02:00
locale Update translations for pluralization key change from 'many' to 'other' 2008-08-25 11:41:51 +02:00
template_handlers Prefix ActionView::Base private methods with an underscore 2008-08-31 10:50:43 -05:00
base.rb Check for uninitialized instance variables 2008-09-08 19:57:32 -07:00
helpers.rb Remove the country_select helper. 2008-09-18 21:30:52 +02:00
inline_template.rb Refactor template preloading. New abstractions include Renderable mixins and a refactored Template class. 2008-07-12 14:33:46 -05:00
partials.rb Moved layout exemption logic into the view 2008-08-31 11:34:46 -05:00
paths.rb Partial revert of 2681685 premature TypeArray abstraction 2008-08-21 00:28:25 -05:00
renderable.rb Stopped logging template compiles as it only clogs up the log 2008-09-09 22:10:39 -05:00
renderable_partial.rb Check for uninitialized instance variables 2008-09-08 19:57:32 -07:00
template.rb Require missing libraries and check for defined ActionController constant so ActionView can be used standalone 2008-08-26 15:13:28 -05:00
template_error.rb Base path may be nil if template is at the root of the view path 2008-08-25 15:36:11 -05:00
template_handler.rb Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler and Compilable stub so plugins will not have to change anything. 2008-07-18 16:00:20 -05:00
template_handlers.rb Removed lagacy TemplateHandler#render API. Left in a legacy TemplateHandler and Compilable stub so plugins will not have to change anything. 2008-07-18 16:00:20 -05:00
test_case.rb Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00