On 29 sep, 16:34, "nicolae.claudius" <[email protected]> wrote: > Note worthy: > > vhochstein's fork is rails3 compatible and supports bot prototype and > jquery
Yep, that was implied by "using volker's fork" =) > 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 Relying on ActiveModel API would do the trick i guess, wouldn't it ? > * 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 > ofhttp://github.com/activescaffold/active_scaffold/wiki/per-request-con... > (change globals the change them back ...) Wouldn't that be a significant performance eater ? -- 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.
