From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28733 invoked by alias); 6 Mar 2016 06:29:47 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 28347 invoked by uid 89); 6 Mar 2016 06:29:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: localhost.localdomain Received: from localhost (HELO localhost.localdomain) (127.0.0.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 06 Mar 2016 06:29:40 +0000 Reply-To: cygwin@cygwin.com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*MI:cygwin, H*M:cygwin, bugfix, gem From: Yaakov Selkowitz Subject: [ANNOUNCEMENT] Ruby on Rails 4.2.5.2 To: cygwin@cygwin.com Message-Id: Date: Sun, 06 Mar 2016 06:29:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00054.txt.bz2 The following packages have been updated in the Cygwin distribution: * ruby-actionmailer-4.2.5.2-1 * ruby-actionpack-4.2.5.2-1 * ruby-actionview-4.2.5.2-1 * ruby-activejob-4.2.5.2-1 * ruby-activemodel-4.2.5.2-1 * ruby-activerecord-4.2.5.2-1 * ruby-activesupport-4.2.5.2-1 * ruby-arel-6.0.3-1 * ruby-coffee-rails-4.1.1-1 * ruby-coffee-script-source-1.10.0-1 * ruby-globalid-0.3.6-1 * ruby-jquery-rails-4.0.5-1 * ruby-listen-3.0.6-1 * ruby-loofah-2.0.3-1 * ruby-mime-types-2.6.2-1 * ruby-nokogiri-1.6.7.2-1 * ruby-rack-1.6.4-1 * ruby-rails-4.2.5.2-1 * ruby-rails-dom-testing-1.0.7-1 * ruby-rails-html-sanitizer-1.0.3-1 * ruby-railties-4.2.5.2-1 * ruby-sass-3.4.21-1 * ruby-sass-rails-5.0.4-1 * ruby-sprockets-3.4.1-1 * ruby-sprockets-rails-2.3.3-1 * ruby-web-console-2.3.0-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 is an update to the latest upstream bugfix release, with several security fixes: http://weblog.rubyonrails.org/2016/1/25/Rails-5-0-0-beta1-1-4-2-5-1-4-1-14-1-3-2-22-1-and-rails-html-sanitizer-1-0-3-have-been-released/ http://weblog.rubyonrails.org/2016/2/29/Rails-4-2-5-2-4-1-14-2-3-2-22-2-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 (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