simple_form 或 formattastic:选择哪一个?
我花了几个小时寻找有用的 Rails gem,但我仍然在 simple_form 和 formtastic 之间犹豫。
我知道它们看起来非常相似,但我真的不知道我必须为我的新项目选择什么。我希望它能够在 HTML / CSS 方面足够可定制,但仍然非常完整(我必须使用位掩码复选框)。
你能给我什么建议?
先感谢您。
I've been spending some hours searching for useful Rails gems but I still hesitate between simple_form and formtastic.
I know they look really similar but I really don't know what I have to choose for my new project. I'd want it to be customizable enough concerning HTML / CSS but still very complete (I have to use bitmask checkboxes).
What can you advise me ?
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
两者都足够强大,但如果您确实想要可定制的 HTML/CSS,
simple_form
更容易使用。formtastic
已经对表单元素进行了分组并添加了一些样式,但自定义并不总是那么容易。Both are powerful enough, but if you really want customizable HTML/CSS,
simple_form
is a bit easier to use.formtastic
already groups and adds a bit of style to your form elements, and it's not always easy to customize.