Is there a good admin generator for Ruby on Rails?

前端 未结 12 1565
小蘑菇
小蘑菇 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 22:13

    You have mainly two:

    • ActiveScaffolding: the most popular but be careful with rails 2.1
    • Streamlined

提交回复
热议问题