Is there a good admin generator for Ruby on Rails?

前端 未结 12 1562
小蘑菇
小蘑菇 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条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-30 21:46

    ActiveScaffold is by far and away the most configurable/easiest to integrate/most automagic scaffolding around at the moment. It has built in ajax support, near seamless db introspection and it even plays nicely with legacy Oracle databases (which can be a real pain in Rails).

    Try it: http://activescaffold.com/

提交回复
热议问题