For my Ruby on Rails application, I have the Carmen gem installed in order to access country data and auto create country fields (for example in the mailing address field for the user).
However, for the purposes of this application, Puerto Rico needs to be considered a separate country. Sometime last year Carmen was updated to remove PR from the list of countries but I was wondering if there was a way to add it back.
Example of how I'm currently using Carmen:
<%= f.country_select :country_residence, prompt: ' ' %>
Remove Puerto Rico from the list of countries as it is a subregion - Source change Log of the gem.
What you can do is enable the
world.ymlin this file.I did the same and here is my fork
The i installed the gem from my fork