Rails plugin for generating dynamic / ajax crud interfaces compatible with Rails 3 beta?

Posted by mikehansen on Stack Overflow See other posts from Stack Overflow or by mikehansen
Published on 2010-05-19T19:15:55Z Indexed on 2010/05/19 19:20 UTC
Read the original article Hit count: 243

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. ;))

PS - Really stackoverflow, only one hyperlink?? lame.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby-on-rails3