From: Anders Bengtsson Date: 2005-04-11T18:32:07+09:00 Subject: Re: Rails and Madeleine David Heinemeier Hansson wrote: > Would would make sense, though, is possibly to abstract things like the > validation framework from Active Record and put it into Active Support. > That would allow a Madeleine- or ActiveLDAP-backed model to use the > same validations framework. If only I could win the lottery so I could spend my days adapting Rails to Madeleine and vice versa... As someone mentioned, there is a simple attempt at running Madeleine through DRb distributed with Madeleine. I haven't tried it in anything near production-like circumstances and there probably are pitfalls, but basically a DRb service seems like a good solution. (Even though an application's architecture would have to be designed with the slower distributed method calls in mind). /Anders --