Skip to content

v2.0.3

Latest
Compare
Choose a tag to compare
@Arcath Arcath released this 05 Sep 12:30
· 16 commits to master since this release

2.0.3 features a couple of bug fixes and some new features.

AR like searches and results

You can now query AD through some Active Record like methods which return an AR like search results class e.g.

Adauth::AdObjects::Users.find_by_surname("foo").order(:surname).limit(10)