PDA

View Full Version : [RubyForge] acts_as_encapsulating: Introduction


ruby-lang
March 11th, 2006, 08:10 AM
So what is this about?
We believe that encapsulation is a great tool in developement of rails applications. Our model builders can create complex models that manage an encapsulated object without the user of the model (controller, or vieuw) ever knowing it is actually using 2 models).

At this point we have the concept working, but it's not completely satifactionary. The encapsulation is not fully automated (still need to do quite a bit of coding in the model) and some cool rails features are broken.

So we could use some help, cause we've just started using rubyas our developement language.

In a few minutes I'll post an example application togetther with a full description of what we try to achieve, and what still needs to be done.

<a href="http://rubyforge.org/forum/forum.php?forum_id=5933" target="_blank">http://rubyforge.org/forum/forum.php?forum_id=5933</a>