From: George Moschovitis Date: 2005-04-04T18:19:43+09:00 Subject: Re: [ANN] Nitro + Og 0.15.0, Localization, Parametrized mixins, Morphing, SQLServer Hello, > Nice. If you try this in practice, it is even nicer :) > Nice idea. You could use also this to propagate operations (e.g. delete, > aggregating ops, others) along specific attribute or relations. this will be used extensively in future versions, stay tuned. > What does this do to the tables? Can Comment include 'Orderable' multiple > times with different :scopes? How about ordering on either end of N-M > relations? this adds columns to the tables. A parametrized mixin can be included multiple times with different parameters. > Which ideas from Wee does it currently have? Which ones would you like it to > have :-)? At the moment: - support for programmatic rendering paradigm. We plan to have: - source code as clean as Wee. - even more powerfull programmtic renderer (using multiblocks) - flow management (possibly with similar continuation emulation) - Components (however this will be implemented quite different, utilising a clever idea from Dan Yoder, you will LIKE this :)) regards, George.