[#84280] [Ruby trunk Bug#14181] hangs or deadlocks from waitpid, threads, and trapping SIGCHLD — nobu@...
Issue #14181 has been updated by nobu (Nobuyoshi Nakada).
3 messages
2017/12/15
[#84398] [Ruby trunk Bug#14220] WEBrick changes - failures on MSWIN, MinGW — Greg.mpls@...
Issue #14220 has been reported by MSP-Greg (Greg L).
3 messages
2017/12/22
[#84472] Re: [ruby-dev:50394] [Ruby trunk Bug#14240] warn four special variables: $; $, $/ $\ — Eric Wong <normalperson@...>
Shouldn't English posts be on ruby-core instead of ruby-dev?
3 messages
2017/12/26
[ruby-core:84096] [Ruby trunk Bug#14154][Closed] Ruby 2.4 and support for rails 3
From:
mail@...
Date:
2017-12-05 04:55:29 UTC
List:
ruby-core #84096
Issue #14154 has been updated by yuki24 (Yuki Nishijima). Status changed from Open to Closed Thanks for reporting issues. 2.4 is not fully compatible with older versions of Ruby. Please refer to our maintenance policy https://bugs.ruby-lang.org/projects/ruby/wiki/GeneralMaintenancePolicy and the discussion around it: https://bugs.ruby-lang.org/issues/9215. I also don't believe Rails 3 has support for recent versions of Ruby such 2.4. To learn more about practices on upgrading Rails, please refer to Rails' official upgrade guide: http://guides.rubyonrails.org/upgrading_ruby_on_rails.html ---------------------------------------- Bug #14154: Ruby 2.4 and support for rails 3 https://bugs.ruby-lang.org/issues/14154#change-68195 * Author: lima (Rafael Lima) * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: 2.4.2 * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- After upgrading a Rails project from 2.1.5 to 2.4.2 I ran into a number of failing tests. Seems like a behavior of **ActiveSupport::Duration can't be coerced into Integer** I’ve looked at some important changes that are part of the Ruby 2.4 (such as **Integer class unification**). These modifications represent improvements to the language, but at the same time, they may not be fully compatible with existing code that runs in Ruby 2.3 or earlier. Some extra work might be needed with gems or third-party libraries to avoid problems with Ruby 2.4. Was it intended to be that way even though it's not a major upgrade? -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>