www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/06/16/22:33:51

X-Recipient: archive-cygwin AT delorie DOT 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:subject:from:to:date
:content-type:mime-version:content-transfer-encoding; q=dns; s=
default; b=adNMLKsedq+17rHEO3vKraDW/gg1pOoRh0FdF0xhSetGPJEv8SWPG
W7wmyCD58ngig0h6dusgZN1MeHUCClzqV9YHWdydnWxvVW3lRLV0PzpmB0JnnI31
YO9/AvOfsuOK89XfsG8pjVRGUE80IwCNyl8Ih3I1/LegEgdgsMCiWk=
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:subject:from:to:date
:content-type:mime-version:content-transfer-encoding; s=default;
bh=gM9LpRPBTKZdEJKE5QsKHsNC4+8=; b=BaoexPNFl408BX59roY0/NdfA5As
YsqYkhxnwnh5WUpC+032MBQCwgaQ4COOnLh6woz/zbxtDd4GCZRtSKUMmCBqVsyH
z5zJtIXT5NFFSPhJjHcApjsCZiqME0OmXWqBALrkrhroIcPdWgzAWk1x6IbkY9UI
NoH64gIE76Dshrk=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-HELO: localhost.localdomain
Reply-To: cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2
Message-Id: <announce.1434508292.8952.20.camel@cygwin.com>
Subject: [ANNOUNCEMENT] Updated: Ruby on Rails 4.2.2
From: Yaakov Selkowitz <yselkowitz AT cygwin DOT com>
To: cygwin AT cygwin DOT com
Date: Tue, 16 Jun 2015 21:31:32 -0500
Mime-Version: 1.0
X-IsSubscribed: yes

The following packages have been updated in the Cygwin distribution:

* ruby-actionmailer-4.2.2-1
* ruby-actionpack-4.2.2-1
* ruby-actionview-4.2.2-1
* ruby-activejob-4.2.2-1
* ruby-activemodel-4.2.2-1
* ruby-activerecord-4.2.2-1
* ruby-activesupport-4.2.2-1
* ruby-jquery-rails-4.0.4-1
* ruby-rack-1.6.2-1
* ruby-rails-4.2.2-1
* ruby-railties-4.2.2-1
* ruby-web-console-2.1.3-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.

This release include fixes for several security vulnerabilities:

http://weblog.rubyonrails.org/2015/6/16/Rails-3-2-22-4-1-11-and-4-2-2-have-been-released-and-more/

Installing the 'ruby-rails' package and its dependencies should provide
the gems required for an application in the default configuration;
optional dependencies also available (as listed above) 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' and other version numbers as needed)
     $ bundle update --local
     (Existing gems should be found and used.)
     $ rake rails:update
     (and follow the prompts to update files)

Please note that if you do not use the --local flags as indicated above,
then other versions of these gems may end up being installed, which will
likely break things either then or down the road.

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019