You can provide a pair of values for each options: first will be used as label (inner text of
tag), second will be used as a value
attribute:
= f.select :active, [['Active', true], ['Inactive', false]]
It'll render something like:
Have a look at the docs for select and options_for_select.