How can I make a textbox uneditable?

I want to make this textbox indeitable but im not sure how to use ruby to do this can anyone help?

my textbox:

<%= f.text_field :item_name %>

Also, you can use a <div> that's styled like a textbox