Re: [gitorious] rake db:migrate error

2012-10-31 Thread Thomas Kjeldahl Nilsson
Hi Peter and Rodrigo, haven't seen this on my end but I'm helping a customer facing the same issue. Peter, thanks a lot for that reference. We may create a hotfix or hurry up the next minor version to fix this once we've fixed it in master/mainline. cheers, Thomas On 10/30/2012 09:18 PM,

[gitorious] Re: SystemTimeout and Ruby 1.9.3

2012-10-31 Thread Ahmed Rishwan
Did you run into the same sort of issue when the bundler comes upto this gem named: nokogiri? On Thursday, August 2, 2012 11:34:22 PM UTC+5, Carlos wrote: Hi. I understand that gitorious.org is running Ruby 1.8 for encodings. But suppose I am crazy enough to run gitorious with Ruby

[gitorious] Create merge request from command-line using mechanize

2012-10-31 Thread BrĂ¡ulio Bhavamitra
Hello all, For automating the proccess of creating merge request in gitorious' repositories I've create a ruby script using mechanize to login and create a new merge request. For usage and source, checkout https://github.com/brauliobo/gitorious-merge-request Contributions are welcome. best

Re: [gitorious] Re: SystemTimeout and Ruby 1.9.3

2012-10-31 Thread Ahmed Rishwan
I am trying to get Gitorious running here as well. Just got into the same issue, following the same advice of removing it out from the gemfile :rescue group. Will let you guys know what happens. Wish me luck! On Friday, August 3, 2012 5:39:03 AM UTC+5, Carlos wrote: That's good news. This

Re: [gitorious] Re: SystemTimeout and Ruby 1.9.3

2012-10-31 Thread Thomas Kjeldahl Nilsson
Christian is in the middle of porting Gitorious to Rails3/Ruby 1.9.x as well, so you'll be covered by the mainlne branch in the not-distant-future. cheers, Thomas On 10/31/2012 11:03 AM, Ahmed Rishwan wrote: I am trying to get Gitorious running here as well. Just got into the same issue,

Re: [gitorious] rake db:migrate error

2012-10-31 Thread Thomas Kjeldahl Nilsson
Hi again, we were finally able to reproduce on our end, and have pushed a minor version/hotfix for the issue. http://blog.gitorious.org/2012/10/31/gitorious-2-3-2-released-small-hotfix-for-installationdb-setup-issue/ Peter: I'm closing your merge request as we found a simpler/more direct

[gitorious] Help with change user admin for gitorius private on database

2012-10-31 Thread Federico Don
Hello to all, I need your help please! I want to assign permission to administrator an any user in my private gitorious. To achieve this I did it as follows: Join in mysql mysql show databases; mysql use gitorious mysql show tables; mysql desc users; mysql update users set is_admin = '1 'where