Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想我不明白为什么 Rails 3 声称提供 html5 表单助手,但只停留在新的输入类型上。是否有计划(或任何当前方式)允许附加功能,例如“必需”属性等?
您可以设置需要
text_field_tag 'text', 'text', :required => true
Rails 还通过“audio_tag”和“video_tag”添加了对 html5 音频和视频的支持
我相信您所谈论的所有功能目前都超出了 Rasil 的范围,实际上是由 和 之类的宝石提供formtastic的simple_form。
formtastic
simple_form