I'd like to know if do you consider safe upgrading all our programs to ruby 2.0. By now it's considered 'stable' and I'd like to keep up with 'current development' in order to avoid
issues that may arise from lagging too much behind. But do you or know if there are gem issues with ruby 2.0? Some gems might need to get upgraded, some are active other not...
What's your opinion on this and which version do you use for production/test development?
I use nokogiri in one of my scripts, but I don't run windows so, thanks for the heads up. Since there are no *known major issues* I think I can move my (rvm) default to 2.0 and keep 1.9.3 around just in case.
I've been running ruby 2.0 (p0 first, and now the new patch release) on
linux (intel laptop and raspberry pi) and Mac OS X, without any
problems.
Barring a few incompatibilities with 1.9 (UTF-8 as default encoding
probably the biggest one), it shouldn't be a problem. (See Ruby 2.0.0-p0 is released
about this.)
... and of course, you have to check any gems or other external
libraries you're dependent of, to make sure that they have been updated
for 2.0 (if necessary).
email: atma@convalesco.org
URL: http://www.convalesco.org
GnuPG ID: 0x1A7BFEC5
gpg --keyserver pgp.mit.edu --recv-keys 1A7BFEC5
--
The wise man said: "Never argue with an idiot. They bring you down to their level and beat you with experience."
We've been running 2.0 in production on Heroku now since it came out. No
issues related to ruby.
···
On Fri, May 17, 2013 at 6:03 PM, Panagiotis Atmatzidis <atma@convalesco.org>wrote:
Hello,
On 17 Μαϊ 2013, at 16:49 , Hassan Schroeder <hassan.schroeder@gmail.com> > wrote:
> On Thu, May 16, 2013 at 1:57 AM, Panagiotis Atmatzidis > > <atma@convalesco.org> wrote:
>
>> I'd like to know if do you consider safe upgrading all our programs to
ruby 2.0.
>
> Do your apps' tests pass under 2.0?
>
>> But do you or know if there are gem issues with ruby 2.0? Some gems
might need to get upgraded, some are active other not...
>
> Do the tests of the gems you use pass under 2.0?
>
> That's where I would start, at least. Nobody but you knows all the
> dependencies of your codebase.
>
> --
> Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
> Hassan Schroeder | about.me
> twitter: @hassan
>
Yes everything seems to work perfectly well
Panagiotis (atmosx) Atmatzidis
email: atma@convalesco.org
URL: http://www.convalesco.org
GnuPG ID: 0x1A7BFEC5
gpg --keyserver pgp.mit.edu --recv-keys 1A7BFEC5
--
The wise man said: "Never argue with an idiot. They bring you down to
their level and beat you with experience."