Search code examples
ruby-on-railscountries

How to add new country?


I am using countries and country_select gems. There are some countries missing in the gems, or states of a country is it possible can we add new countries or states with custom data and use in our rails project.? What I need to do that?


Solution

  • Clone the gem repositories, make your changes and in your projects Gemfile refer to your own repositories for those gems. If you think your changes are useful for the community: make a pull request for the original project.