Is there a good admin generator for Ruby on Rails?

前端 未结 12 1557
小蘑菇
小蘑菇 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 available for Rails 2.3.x :) Just for someonse's info who have found this question one year later like me :)

    0 讨论(0)
  • 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/

    0 讨论(0)
  • 2021-01-30 21:47

    Here is a roundup of a few options, including more than just ActiveScaffold.

    0 讨论(0)
  • 2021-01-30 21:55

    Active Admin (http://activeadmin.info/) was released in May of 2011, and looks like it's going to become the best Rails 3 option.

    features

    0 讨论(0)
  • 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

    0 讨论(0)
  • 2021-01-30 21:57

    Have a look at Casein (http://www.caseincms.com/), might be what you're looking for.

    0 讨论(0)
提交回复
热议问题