在Rails中使用inherited_resources搜索/排序数据
是否有一种流行的 gem 可以更轻松地在 Rails 中构建管理界面,让您可以搜索和排序数据?如果它与inherited_resources 集成得很好,那就加分。
我不想使用像 activeadmin 这样重量级的东西。
寻找这样的东西:
Is there a popular gem that makes it easier to build an admin interface in Rails that lets you search and order data? Bonus points if it integrates well with inherited_resources.
I don't want to use something as heavyweight as activeadmin.
Looking for something like this:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我找到了排序的 gem(https://github.com/mynameisrufus/sorted),它使我可以轻松构建可排序的表。
Ransack (https://github.com/ernie/ransack) 让我可以轻松构建搜索。
I found the sorted gem (https://github.com/mynameisrufus/sorted), which allows me to easily build sortable tables.
Ransack (https://github.com/ernie/ransack) lets me easily build searches.
您提供的屏幕截图正是您正在寻找的
http://activeadmin.info/
The screenshot you provided is exactly what you are looking for
http://activeadmin.info/