How to make a field required in Rails? January 3, 2024 by Tarik You can use the presence validator: validates :name, :presence => true