Followed the instructions but get this exception. I assume this is because the locales is not loaded properly, but either if it's me (I doubt that by the look of what is happening - locale is set to default "en") or it's a plugin issue this is the type of errors that should be catched with more proper exception that gives info about what could be incorrect.
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.parameterize
/Users/grimen/Development/projects/v12/vendor/plugins/localized_country_select/lib/localized_country_select.rb:27:in `localized_countries_array'
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.4/lib/active_support/vendor/i18n-0.1.3/lib/i18n/backend/simple.rb:37:in `sort_by'
/Users/grimen/Development/projects/v12/vendor/plugins/localized_country_select/lib/localized_country_select.rb:26:in `each'
/Users/grimen/Development/projects/v12/vendor/plugins/localized_country_select/lib/localized_country_select.rb:26:in `sort_by'
/Users/grimen/Development/projects/v12/vendor/plugins/localized_country_select/lib/localized_country_select.rb:26:in `localized_countries_array'
/Users/grimen/Development/projects/v12/vendor/plugins/localized_country_select/lib/localized_country_select.rb:71:in `localized_country_options_for_select'
/Users/grimen/Development/projects/v12/vendor/plugins/localized_country_select/lib/localized_country_select.rb:83:in `to_localized_country_select_tag'
/Users/grimen/Development/projects/v12/vendor/plugins/localized_country_select/lib/localized_country_select.rb:50:in `localized_country_select'
/Users/grimen/Development/projects/v12/app/views/basic_infos/_form.html.haml:20:in `_run_haml_app47views47basic_infos47_form46html46haml_locals_form_object'