Is there a good admin generator for Ruby on Rails?

前端 未结 12 1567
小蘑菇
小蘑菇 2021-01-30 21:29

My current project is in Rails. Coming from a Symfony (PHP) and Django (Python) background, they both have excellent admin generators. Seems like this is missing in Rails.

12条回答
  •  梦毁少年i
    2021-01-30 21:55

    ActiveScaffold is a good solution, but if you want a more configurable and powerful tool, I think Typus is a great solution: http://github.com/fesplugas/typus

提交回复
热议问题