countries / country_select

Gemification of rails's country_select
https://country-select-demo.onrender.com
MIT License
704 stars 198 forks source link

Use the new modules created on Rails 7.1 #220

Closed duduribeiro closed 1 year ago

duduribeiro commented 1 year ago

Rails 7.1 extracted some methods to 2 new modules: https://github.com/rails/rails/commit/77f3fc118a211c973bc3ca0b720dcba932474f89 https://github.com/rails/rails/commit/9e85c2cd0543fb268a8efe47c34330b77d813b78

These new commits makes country_select breaks with ActionView::Template::Error: undefined method `options_for_select' for #<ActionView::Helpers::Tags::CountrySelect

scudco commented 1 year ago

I think #219 already addresses this. Do you mind deferring to that PR?

duduribeiro commented 1 year ago

Thanks @scudco !! didn't see that PR 😄