Talk:Meetings/2013-06-27

Add topic
From mediawiki.org
Latest comment: 10 years ago by Zeljko.filipin(WMF) in topic Installing Ruby

Express test writing[edit]

--Exbe (talk) 22:15, 12 June 2013 (UTC) two hours are not enough for learn/install/execute in my opinion, until you will have one-click ready VM with test env...Reply

We do have VM ready for development and/or testing! :) See http://www.mediawiki.org/wiki/Vagrant for general setup and https://github.com/wikimedia/mediawiki-vagrant/tree/master/puppet/modules/browsertests for testing setup. If you have any questions, ask at https://lists.wikimedia.org/mailman/listinfo/qa --Zeljko.filipin(WMF) (talk) 03:53, 28 June 2013 (UTC)Reply

Installing Ruby[edit]

On a Mac with an older rvm installed, I installed ruby-2.0.0-p195 and then ran into problems when i tried running bundle:

Could not load OpenSSL.
You must recompile Ruby with OpenSSL support or change the sources in your Gemfile from 'https' to 'http'. Instructions
for compiling with OpenSSL using RVM are available at rvm.io/packages/openssl.

To get around that, I had to do the following:

rvm get stable
rvm autolibs enable
rvm remove ruby-2.0.0-p195
rvm install ruby-2.0.0-p195

Then it got SSL and things were better. See http://stackoverflow.com/a/14846305 =D

--216.38.130.168 02:55, 28 June 2013 (UTC)Reply

Thanks for letting us know. You should always keep your software up to date, including RVM. :) --Zeljko.filipin(WMF) (talk) 03:54, 28 June 2013 (UTC)Reply