delorie.com/archives/browse.cgi | search |
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=xJWsGpHskeYuBVovZ+jQMWumoYDcQ83o0K1XAqgItyu4kiyIT9/d/ | |
Y482OAw3Jsr/tXharH3D+NySy7GdcWGpAiwKm36cIJ12bxZZ7SEyqsgZ2Rr9rn7W | |
zTvVWLV36MpMMJCAXxsajojSzUEDNCV//p3WiGn9illydlIhMfe2ig= | |
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=G6vZTUXwNCg21UKq+pCexsEofVQ=; b=x6sg+KpmyikScxVLl7UpHXkrGxzl | |
eofUv71aDZcpCq/IaQ+yao704JWTEo0SiBI0OPEwNxiTZWzlGQzNf57blOma3GAG | |
hLKnYb2RJ5hau+l5ReuGlb8kDwhHLtrHiN+lEG6vt6IDYMMLG24y8aMtSOc2ywri | |
6ogrIFynhGCscHo= | |
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=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 |
Message-Id: | <announce.1411147343.4932.5.camel@YAAKOV04> |
Subject: | [ANNOUNCEMENT] Updated: Ruby on Rails 4.0.10 |
From: | Yaakov Selkowitz <yselkowitz AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Date: | Fri, 19 Sep 2014 12:22:23 -0500 |
Mime-Version: | 1.0 |
X-IsSubscribed: | yes |
The following packages have been updated in the Cygwin distribution: * ruby-actionmailer-4.0.10-1 * ruby-actionpack-4.0.10-1 * ruby-activemodel-4.0.10-1 * ruby-activerecord-4.0.10-1 * ruby-activesupport-4.0.10-1 * ruby-jquery-rails-3.1.2-1 * ruby-rails-4.0.10-1 * ruby-railties-4.0.10-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. 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' version number) $ bundle update rails --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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |