bump for this. For example in RailsAdmin, the yaml representation is displayed in a textarea. One can edit yaml and save it fine.
Can this be achieved in ActiveScaffold currently? starfry於 2007年10月2日星期二UTC+8上午1時16分07秒寫道: > > Hi, > > One of my model's attributes is a serialized array, created in the > model thus: > > serialize :rights > > And then populated thus: > > self.rights << "value" > > The array elements' values are just simple text strings. > > > What I'd like to do is be able to edit the contents of this attribute > within ActiveScaffold. Is there a way to tell ActiveScaffold the > attribute is a serialized array and have it present the contents for > editing ? > > Many thanks. > > -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
