From: Richard Conroy Date: 2009-01-03T20:30:26+09:00 Subject: Re: Reimplementation address book program On Sat, Jan 3, 2009 at 7:54 AM, andrea wrote: > Is there anybody out there?? It might help if you actually posed a question, or phrased your problem better. I *think* you are trying to make a web based administration interface to an LDAP directory, but I am not sure. You might get better information on Rails talk, but your core problem is your backend - its an LDAP directory not a database, so your problem might be better served by anything that uses DataMapper, which doesn't restrict your data sources. Merb might be a better choice, or possibly even Sinatra, which is simpler and might put less barriers in your learning (and works very well with Haml, which you like). regards, Richard.