这些国家在哪里进入Rails 2.3.3

Sam*_*ron 1 ruby ruby-on-rails

COUNTRIES常量移动到哪里,这曾经工作:

>> ActionView::Helpers::FormOptionsHelper::COUNTRIES
NameError: uninitialized constant ActionView::Helpers::FormOptionsHelper::COUNTRIES
        from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:440:in `load_missing_constant'
        from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:80:in `const_missing'
        from (irb):7
Run Code Online (Sandbox Code Playgroud)

Ken*_*Liu 6

这被提取到一个单独的"country_select"插件,因为在列表中包含某些国家存在一些争议.当前版本可在Github上获得.