how to beautify validations in rails

后端 未结 3 2059
长情又很酷
长情又很酷 2021-02-11 09:19

I have a simple scaffold rails application that is doing validataes_presence_of.

The validation is making each textfield bordered. I just want the error messages to b

3条回答
  •  误落风尘
    2021-02-11 09:54

    I would suggest having a look at Formtastic. Easy to setup, works great with scaffold-type apps and has some nice clean HTML and CSS.

提交回复
热议问题