ActiveLdap 3.1.0

Hi,

ActiveLdap 3.1.0 has been released!

= ActiveLdap?

http://ruby-activeldap.rubyforge.org/

ActiveLdap provides an object oriented interface to LDAP. It
maps LDAP entries to Ruby objects with LDAP attribute
accessors based on your LDAP server’s schema and each
object’s objectClasses.

Tutorial is a good starting point:
http://ruby-activeldap.rubyforge.org/activeldap/en/file.tutorial.html

= Rails + ActiveLdap

This release includes Rails 3.1.0(rc4) supports.
You can use ActiveLdap as a ORM(OLM?) library in Rails.

Here is a document about Rails 3 with ActiveLdap:
http://ruby-activeldap.rubyforge.org/activeldap/en/file.rails.html

= Changes

Here are changes since 1.2.4:
http://ruby-activeldap.rubyforge.org/activeldap/en/file.news.html#3-1-0

== 3.1.0: 2011-07-09

  • Supported Rails 3.1.0.rc4. [Ryan Tandy, Narihiro N., Hidetoshi
    Yoshimoto]
  • Removed ActiveRecord dependency and added ActiveModel dependency.
  • Used YARD instead of RDoc as documentation sysytem.

Thanks,