google-code-export / ruby-activeldap

Automatically exported from code.google.com/p/ruby-activeldap
Other
1 stars 1 forks source link

ActiveSupport 3.0? #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hey,

I'm having a dependency problem with sinatra/padrino:

padrino (= 0.9.19) depends on
       activesupport (>= 3.0.0)
activeldap (= 1.2.2) depends on
       activesupport (2.3.8)

Is there any way to get this to work? I'd really like to use activeldap in our 
projects...

Thanks in advance,
Christoph

Original issue reported on code.google.com by ch.bl...@gmail.com on 18 Dec 2010 at 8:58

GoogleCodeExporter commented 9 years ago
We want to support ActiveSupport 3 (Rails 3. See 
http://code.google.com/p/ruby-activeldap/issues/detail?id=50 ) but we need more 
works for it. :<

It seems that you have some options:

1. Use old padrino that uses ActiveSupport 2.3.x.
2. Write patches for ActiveLdap. Those patches will add ActiveSupport 3.0 
support.
3. Use another LDAP library. (Treequel, Ruby/LDAP or net-ldap)

Original comment by kou...@gmail.com on 18 Dec 2010 at 11:35