From owner-freebsd-ruby@freebsd.org Thu Aug 6 15:28:54 2015 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5433F9B4674 for ; Thu, 6 Aug 2015 15:28:54 +0000 (UTC) (envelope-from info@toco-domains.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3BE1E74E for ; Thu, 6 Aug 2015 15:28:54 +0000 (UTC) (envelope-from info@toco-domains.de) Received: by mailman.ysv.freebsd.org (Postfix) id 3B16A9B4670; Thu, 6 Aug 2015 15:28:54 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AAD19B466F for ; Thu, 6 Aug 2015 15:28:54 +0000 (UTC) (envelope-from info@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F365074D; Thu, 6 Aug 2015 15:28:53 +0000 (UTC) (envelope-from info@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [176.9.39.170]) by toco-domains.de (Postfix) with ESMTPA id DA0051B2285A; Thu, 6 Aug 2015 17:28:45 +0200 (CEST) Subject: Re: [Gitlab] Current Status of the port To: Steve Wills References: <55BFE407.8090608@FreeBSD.org> <55C07A7B.7060206@toco-domains.de> <20150804133657.GA52831@mouf.net> <55C0CAB5.9050003@toco-domains.de> <20150805000444.GA56001@mouf.net> <55C22577.6040802@toco-domains.de> <20150805152100.GA86368@mouf.net> <20150805163509.GB86368@mouf.net> <20150805171038.GC86368@mouf.net> <55C374B2.9030808@toco-domains.de> <20150806151608.GA11353@mouf.net> Cc: ruby@freebsd.org From: Torsten Zuehlsdorff Message-ID: <55C37D2D.9050302@toco-domains.de> Date: Thu, 6 Aug 2015 17:28:45 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20150806151608.GA11353@mouf.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2015 15:28:54 -0000 On 06.08.2015 17:16, Steve Wills wrote: >>>>>> I will have a look at it. Is there anything in "Admin Area" -> "Logs" >>>>>> which could be helpful? >>>>> >>>>> No, it looks to be a javascript issue, clicking the button doesn't even trigger >>>>> any sort of http request, it just does nothing. >>>> >>>> I think I may have figured out the issue. jquery 4.x isn't compatible with >>>> rails 4.1, it needs 4.2: >>>> >>>> https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md >>>> >>>> So we need jqueyr 3.1.3 and friends. I'll have a look at changing that locally to test. >>> >>> Looks like cal-heatmap-rails upgrade from 0.0.1 to 3.5.1 was the real issue. >>> Tho I think we may want to consider dropping jquery-rails back to 3.1.3 just to >>> be safe and what I said about changing ~> to => in Gemfile still applies. >> >> Okay, i will create a port for the old jquery-rails. Currently there is >> a pending slave-port "rubygem-jquery-rails41" for GitLab. I could >> rewrite it to use 3.1.3. Or should i replace it with an explicit >> "rubygem-jquery*3*-rails41"? In this case we can omit the other one. > > Either way is fine. In this case i will create "rubygem-jquery*3*-rails41". This avoid an "unwanted" update to the actual version. >> This week i haven't much time left. I can't guarantee to get it done >> before monday. Sorry. > > There's no rush, I can work on getting some of the things committed some this > weekend too, hopefully. I may try to work on getting the older > rubygem-cal-heatmap-rails in too, that seems more critical. I could create this too next week. Than you can focus on the other parts. Everything depends on Rails 4.1 anyway. > Thanks again for all your hard work! Thank you too! Greetings, Torsten