Re: [gitorious] gitorious host not being picked up

2011-05-25 Thread Marius MÃ¥rnes Mathiesen
On Tue, May 24, 2011 at 6:25 PM, ShaneOG shane.ogr...@gmail.com wrote: Yes, the host is still incorrect in the merge request email. Ah, you should restart your poller process, that's what sends the email. The SSL cert is correct and registered with Apache with it's full chain (it's an

Re: [gitorious] gitorious host not being picked up

2011-05-25 Thread ShaneOG
Thanks Marius, I've made those changes and tried a push. I received this on my local terminal: $ git push warning: peer certificate won't be verified in this SSL session == Gitorious: == fatal error

[gitorious] Status update on migration from restful_authentication to Devise

2011-05-25 Thread Rodrigo Rosenfeld Rosas
Hi, just want to talk about the status of the migration to Devise. I've been learning about Gitorious authentication, Devise and Warden lately. Here is part of what I learned: Devise is built upon Warden. Warden is a Rack middleware that is lazily loaded through a lazy object available at

Re: [gitorious] gitorious host not being picked up

2011-05-25 Thread ShaneOG
Sorry - I should've included that it's the first line in this section (i.e. if !configuration[real_path] || configuration[real_path] == nil): def real_path if !configuration[real_path] || configuration[real_path] == nil raise AccessDeniedError end