문제

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: image of goal

도움이 되었습니까?

해결책

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.

다른 팁

The screenshot you provided is exactly what you are looking for

http://activeadmin.info/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top