Anyone know of some good gems or plugins to create dynamic / ajax crud interfaces for Rails 3 projects? I know active scaffold was popular before and it’s been awhile since I have used it / any other gems similar to this (I usually just write it myself).
I like the direction that the formtastic gem (http://github.com/justinfrench/formtastic) is headed and wonder what else people are combining with it.
Also I like the generators approach that Ryan Bates uses and he appears to be making updates for Rails 3.
Anything else I am missing here? (I am also open to gems not compatible with Rails 3 too I guess, I can always make a contribution and try to help them get to the next phase. ;))
I’m using admin_data for the basic CRUD backend of a site running Rails 3 beta in production. I tried several others and had compatibility issues with Rails 3.