Thank you everyone for your answers. I choose to use RailsAdmin and like Adrian said it doesn't take long to set it up. I ran into issues though with some of my models and I am still debugging it.
Thanks again I appreciate your time helping me. On Thursday, July 26, 2012 8:58:09 AM UTC+10, Adrian Macneil wrote: > > I have used RailsAdmin for a couple of projects now, have found it great > for basic CRUD operations. > > It is probably even less flexible (and thus faster to set up) than Active > Admin, but it covers most of the situations we need (data entry, > relationships, image uploads, wysiwyg, enum fields) and I find it a great > starting point to use until the project requires a fully custom admin > interface. It also nicely integrates with Devise, CanCan, Carrierwave etc > so it's a great bolt on solution great for 80% of projects. > > At the very least I would say it only takes about 10 minutes to set up, so > worth checking out to see if it's good enough for your needs. > > Adrian > > On Thursday, July 26, 2012 8:16:08 AM UTC+10, warren_s wrote: >> >> >> On 26/07/2012, at 6:54 AM, Nicholas Faiz wrote: >> >> * a decent admin needs to be hand crafted, so you probably only want to >> use an auto generated one for very simple needs or as a stepping stone >> >> >> And this is the reason why I'd advise against ActiveAdmin, any advantage >> you gain from being able to spin it up quickly is lost once you start >> fighting against it to build out a "proper" bespoke admin system that >> matches the problem domain. >> > -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To view this discussion on the web visit https://groups.google.com/d/msg/rails-oceania/-/o4LrMxmh5qQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
