[Ruby-activeldap-discuss] removing old API
Kouhei Sutou
kou at cozmixng.org
Wed Nov 8 20:49:52 EST 2006
Hi,
Now, ActiveLDAP is renamed to ActiveLdap and breaked away from
old API. So, I want to remove old APIs like the following:
* ActiveLdap::Base.connect
* ActiveLdap::Base.find_all
* ActiveLdap::Base.dnattr (is dn_attribute now)
* ActiveLdap::Base#dnattr (is dn_attribute now)
* ActiveLdap::Base#write
Can I remove them?
And I want to invert not_array argument semantic of #get_attribute.
It seems that *not* is very confusable. Can I change this like the
following?
to:
def get_attribute(name, force_array=false)
from:
def get_attribute(name, not_array=true)
Thanks,
--
kou
More information about the Ruby-activeldap-discuss
mailing list