Note worthy: vhochstein's fork is rails3 compatible and supports bot prototype and jquery
http://github.com/vhochstein/active_scaffold http://github.com/vhochstein/active_scaffold/wiki http://vhochstein.wordpress.com/2010/08/28/setupactivescaffoldrails3/ If anyone is kind to consider the following features in rails3 branch I would be grateful: * decouple AS from ActiveRecord, to be usable with other ORM's too (ie Mongoid), maybe by having a pluggable model.column API * thread-safe: no controller writable class variables, maybe by using things like cattr_accessor to have controller level configuration that gets copied to instances on their creation. This would allow thread- safe-per-request configuration tweks instead of http://github.com/activescaffold/active_scaffold/wiki/per-request-configuration (change globals the change them back ...) -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. 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/activescaffold?hl=en.
