Date: Wed, 5 Aug 2015 16:35:12 +0000 From: Steve Wills <swills@FreeBSD.org> To: Torsten Zuehlsdorff <info@toco-domains.de> Cc: ruby@freebsd.org Subject: Re: [Gitlab] Current Status of the port Message-ID: <20150805163509.GB86368@mouf.net> In-Reply-To: <20150805152100.GA86368@mouf.net> References: <55BF5438.1040501@toco-domains.de> <20150803142808.GB23813@mouf.net> <55BF89AF.8030102@toco-domains.de> <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>
next in thread | previous in thread | raw e-mail | index | archive | help
--dTy3Mrz/UPE2dbVg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 05, 2015 at 03:21:05PM +0000, Steve Wills wrote: > On Wed, Aug 05, 2015 at 05:02:15PM +0200, Torsten Zuehlsdorff wrote: > > Done. > >=20 >=20 > Thanks, I'll give it a go. >=20 > > I will have a look at it. Is there anything in "Admin Area" -> "Logs"= =20 > > which could be helpful? >=20 > No, it looks to be a javascript issue, clicking the button doesn't even t= rigger > 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 loca= lly to test. Also, I noticed you change a lot of things in the Gemfile patch that aren't really needed. Changing ~> 3.5.5 to >=3D 3.5.5 when the version in ports is= 3.5.6 isn't really needed since 3.5.6 satisfies the ~> 3.5.5 requirement. See: http://guides.rubygems.org/patterns/#declaring-dependencies for more details. It's better to not patch the things that aren't really required to be patched. Steve --dTy3Mrz/UPE2dbVg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJVwjs6XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5OEZBNDE0QTVDMkEwRUY5Q0ZEMEFEMERG NUNGNjJCMzIwN0IxQkExAAoJEPXPYrMgexuhYlYH/Rl47Nm2Ezb83uUtEq97dEPE a6Hczbl7Jf7s7G1t4F2tbX/irR0+rchw8gNV81EyiK0gbxPxOhmY/+98aNpzvLUB wo+fWMc1nQ7MeFWzMfLjKKA4pPxe4F8oDFtCE1Q2BO3+aJJ3UIGKdpleq6Q45MVE iWEHKpaaJkfvOAhRicxngw5DtIVReBTI91KDSYRSOrfLEvvbIr+3E3uR6YP7x6Em F+oR4syMc4lgx4gIrzNoOiZVz1/OIQ5F3+ImhyZYtkfSnH7X2sxKjmUCcvpP4o5T 76rz0jMx5SgFS3h3cs47dP2QjYt2Ouxd++16RIU++1bYmUgXerRTPGaMzdhtXNU= =/9ob -----END PGP SIGNATURE----- --dTy3Mrz/UPE2dbVg--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150805163509.GB86368>