I experimented with them in January. I found that * 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 * if you are using a relational db then ActiveAdmin is a good choice (using their DSL didn't bother me too much - though it was limited in some circumstances). * if you are using nosql then you might as well write your own admin UI with a simple first step.
Cheers, Nicholas On Wednesday, July 25, 2012 10:48:56 PM UTC+10, tim wrote: > > I have experience with Typus, Active Admin and Active Scaffold. I > liked the typus approach a lot but the documentation is terrible and > it's very limited. > > For what it's worth they all suffer from various faults and it really > seems like a waste of time to have so many admin interfaces when none > of them really feel right. > > > There are also a couple of javascript only projects you may want to > experiment with. Jqtable and Jtable are both well documented. There > are a couple of rails projects that make it easier to work with > jqtable. > > > For what's it's worth I am currently using ActiveScaffold. > -- 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/-/qibOJmuit8EJ. 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.
