I'm pulling my hair out with this one. I've tried installing the Carmen gem, then uninstalling it and trying this as a plugin, then uninstalling the plugin and re-installing the gem, restarting the server but nothing seems to help.
Doesn't matter what I do, the code can't seem to find the "country_select" method. It always fails on this line:
<%= f.country_select :country_code, {priority: %w(US CA)}, prompt: 'Please select a country' %>
I'm using Ruby 1.9.3
carmen v1.0.0.beta2
carmen-rails v1.0.0.beta3
I really need to get this working but have no idea how to further this along. Please help...