On 21/10/2011 17:40, Marius Mårnes Mathiesen wrote:
On Fri, Oct 21, 2011 at 11:32 AM, Wari Wahab <[email protected] <mailto:[email protected]>> wrote:

    Talk about the update, this totally borked my install:


Which update is that - we didn't push a tag?
mainline (HEAD)

    * One of the modules require gem 1.8.11
    * will_paginate version 3.x is install but 2.3.x is compatible
    with rails 2.3


Gemfile.lock specifies will_paginate 2.3.15, how did you end up with 3.x?
https://gitorious.org/gitorious/mainline/blobs/master/Gemfile.lock#line104

    * After a bundle update, I can't run this anymore. The error I got:


Did you run "bundle update"? Why?

YES! My bad! Thanks for the clue :) Worked again for me.

PS: Are you going to incorporate Martin's work with authenticated bind? Or at least allow non encrypted LDAP queries. I had to change lib/gitorious/authentication/ldap_authentication.rb:

@encryption = (options["encryption"] || "simple_tls").to_sym

to

@encryption = options["encryption"].to_sym if options.key?("encryption")

In order to get auth to work for my case.

--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to