If you are just trying to get name='whatever' instead of name='model[whatever]' , it was easiest for me to simply define the name attribute in the input_html { name: 'whatever', id: 'whatever' } hash, which would exceed the default value model[attribute] .
Otherwise, you could create fake_select_input.rb that would look like fake_input.rb , but obviously use select_tag and do something like as: :fake_select
source share