carmen-ruby / carmen-rails

NOT ACTIVELY MAINTAINED Rails adapter for Carmen (provides country_select and subregion_select)
MIT License
215 stars 159 forks source link

country_select options being rendered in HTML #47

Open kfarst opened 10 years ago

kfarst commented 10 years ago

For some reason on our staging environments when I use this stynax (with HAML):

= f.country_select(:country, { priority: ['US', 'CA'], prompt: 'Select Country' })

the options are rendering inside the HTML:

screen shot 2014-04-28 at 11 33 35 am

We are using Ruby 1.9.3 and Rails 3.2.17. I cannot seem to reproduce this locally. I am using version 1.0.1 of the gem.