Received: by 10.42.130.200 with SMTP id w8mr7357105ics.15.1349048294745; Sun, 30 Sep 2012 16:38:14 -0700 (PDT) X-BeenThere: rubyonrails-core@googlegroups.com Received: by 10.50.157.164 with SMTP id wn4ls6444638igb.0.canary; Sun, 30 Sep 2012 16:38:09 -0700 (PDT) Received: by 10.42.21.195 with SMTP id l3mr556457icb.14.1349048289107; Sun, 30 Sep 2012 16:38:09 -0700 (PDT) Received: by 10.42.21.195 with SMTP id l3mr556456icb.14.1349048289097; Sun, 30 Sep 2012 16:38:09 -0700 (PDT) Return-Path: Received: from mail-ia0-f177.google.com (mail-ia0-f177.google.com [209.85.210.177]) by gmr-mx.google.com with ESMTPS id ba5si739746igb.3.2012.09.30.16.38.09 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 30 Sep 2012 16:38:09 -0700 (PDT) Received-SPF: pass (google.com: domain of al2o...@gmail.com designates 209.85.210.177 as permitted sender) client-ip=209.85.210.177; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of al2o...@gmail.com designates 209.85.210.177 as permitted sender) smtp.mail=al2o...@gmail.com; dkim=pass header...@gmail.com Received: by iakx26 with SMTP id x26so286832iak.36 for ; Sun, 30 Sep 2012 16:38:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=DuQ8Ba/gBgyt+BTohgEhDvEw2ql6xYyoFqfK1Ty4BOA=; b=XKStZWb54EgATQkHhH5XUZPoRPWvnF6Hvw8xabRJoOIO4wA48ODSr2J3kQ4LSCuqTx GEsVcyIIXB1Fz0DeETycDZ1rSlngkIELn8WUVs8/fuzQKIILzM9KNra6CvTyHkfyMvQU iaV4yU1qHtYf4scEaI07dEzFge6rl5dSK1nrh2zxk1GhM3lRRYwyj3TJEpjnn4OijYSf PVVdWLqO7EV26SlJcHoAmXIAjm0xWD9JMXK9XbaH/DbXQnFyPev4E08Lfl+F9nd2BGnO xTS+HXLkAFwE1rLBmXD+TLDzkSEKd2myvD/OkVZopJ7vz1TJefzlVg8vaOVjuio6L7wu Sj6A== Received: by 10.43.13.195 with SMTP id pn3mr10045023icb.47.1349048288938; Sun, 30 Sep 2012 16:38:08 -0700 (PDT) Return-Path: Received: from [192.168.1.8] (cpe-174-102-100-121.woh.res.rr.com. [174.102.100.121]) by mx.google.com with ESMTPS id ai10sm2073389igc.8.2012.09.30.16.38.07 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 30 Sep 2012 16:38:08 -0700 (PDT) From: Matt Jones Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Approximate release timeline for Rails 4? Date: Sun, 30 Sep 2012 19:38:06 -0400 Message-Id: <64B8F20C-4E1A-45A1-9317-3CB3DD07A...@gmail.com> To: "Ruby on Rails: Core" Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) Is there any targeted date for release of Rails 4? Best I could find = Googling was "in 2012", but that could mean anything from days to = months. Asking because I've been running across some obscure bugs = (https://github.com/rails/rails/issues/7809 for instance) in the course = of a larger patch, and am curious if it would be better to split the = bugs out as individual issues (happens sooner) or fix them in a bigger = patch (takes longer). Thanks, --Matt Jones