X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:message-id:date:from:mime-version:to
	:subject:content-type:content-transfer-encoding; q=dns; s=
	default; b=R/dWf/no4ttpivb5DlBl2PfhPzn45yc546z+9GODorP74H2F6H3dA
	dB5siCitWGWglnlvOlpGxChc1AFs60I1a0gsCdatSo5/pn1pe8SNQ7Svg5o9pKuo
	ICjyHlA6lKlUAK7ZGu8xGYOrQcs3sGyGPUnB3fEoSBRWYPWSsb2YxU=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:reply-to:message-id:date:from:mime-version:to
	:subject:content-type:content-transfer-encoding; s=default; bh=k
	dP5WQHRTyVUPaKbDEWSZF2itlY=; b=G0wH0v8IQBOW4dElVLFp+vPALdyAJ6Igq
	Ozh78lnK9gHeLPtHlpi8VYtVm7ZiuQ5MsorKqqx1zariBxz+uimNwj2omM2M7Lzv
	dFoJtHdK+dSMptoIfV9Lu7RxK8CrfL8V9dpo90D12rl/zVl55z+Y+SWnQKNENvwo
	cYzgDPcjoE=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-HELO: localhost.localdomain
Reply-To: cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2
Message-Id: <announce.546A64BF.5040108@cygwin.com>
Date: Mon, 17 Nov 2014 15:12:31 -0600
From: Yaakov Selkowitz <yselkowitz@cygwin.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: [ANNOUNCEMENT] Updated: Ruby on Rails 4.0.12
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

The following packages have been updated in the Cygwin distribution:

* ruby-actionmailer-4.0.12-1
* ruby-actionpack-4.0.12-1
* ruby-activemodel-4.0.12-1
* ruby-activerecord-4.0.12-1
* ruby-activesupport-4.0.12-1
* ruby-rails-4.0.12-1
* ruby-railties-4.0.12-1

Rails is a web application development framework written in the Ruby 
language. It is designed to make programming web applications easier by 
making assumptions about what every developer needs to get started. It 
allows you to write less code while accomplishing more than many other 
languages and frameworks.

These releases represent the latest upstream patch release of Rails 4.0, 
including security fixes:

http://weblog.rubyonrails.org/2014/11/17/Rails-3-2-21-4-0-12-and-4-1-8-have-been-released/

Installing the 'ruby-rails' package and its dependencies should provide 
the gems required for an application in the default configuration; 
optional dependencies also available need to be selected separately for 
installation.

Because of how gem dependencies work, in order to assure that you use 
these versions, the following steps must be followed when creating a new 
Rails application:

      $ rails new testapp1 --skip-bundle
      (files are installed)
      $ cd testapp1
      $ bundle install --local
      (this will show that existing gems are being used)
      $ rails server
      (then point browser to http://localhost:3000/, or install 
rails-unicorn and...)
      $ unicorn_rails
      (then point browser to http://localhost:8080/)

And to upgrade existing apps to this version of Rails:

      $ $EDITOR Gemfile
      (and update the gem 'rails' version number)
      $ bundle update --local
      (Existing gems should be found and used.)
      $ rake rails:update
      (and follow the prompts to update files)

If you do not use the --local flags as indicated above, then other 
versions of these gems may end up being installed, which may break 
things either then or down the road.  As always, you get to keep both 
pieces. :-)

--
Yaakov

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

