<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Ruby on Rails Notes &#187; freeze</title> <atom:link href="http://railsnotes.com/tag/freeze/feed/" rel="self" type="application/rss+xml" /><link>http://railsnotes.com</link> <description>A code-heavy brain dump of stuff I come across working on Ruby on Rails projects including Models, ActiveRecord, Views, Controllers, RESTful rails, deployment, server stuff, etc.</description> <lastBuildDate>Sun, 29 Aug 2010 23:45:16 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Freeze Rails</title><link>http://railsnotes.com/440-freeze-rails/</link> <comments>http://railsnotes.com/440-freeze-rails/#comments</comments> <pubDate>Tue, 05 May 2009 07:11:03 +0000</pubDate> <dc:creator>Melvin Ram</dc:creator> <category><![CDATA[Other]]></category> <category><![CDATA[deployment]]></category> <category><![CDATA[freeze]]></category> <category><![CDATA[links]]></category> <category><![CDATA[rails]]></category> <category><![CDATA[rake]]></category><guid
isPermaLink="false">http://www.railsnotes.com/?p=440</guid> <description><![CDATA[When developing a rails app, it&#8217;s a good idea to &#8220;freeze&#8221; your app. What this means is that you&#8217;re making a copy of rails in your RAILS_APP_ROOT/vendors/rails directory. This will help reduce your dependencies&#8230; just in case you deploy your app to a machine that does not have the version of Rails you used to [...]]]></description> <content:encoded><![CDATA[<p></p><p>When developing a rails app, it&#8217;s a good idea to &#8220;freeze&#8221; your app. What this means is that you&#8217;re making a copy of rails in your RAILS_APP_ROOT/vendors/rails directory. This will help reduce your dependencies&#8230; just in case you deploy your app to a machine that does not have the version of Rails you used to develop it (older or newer.)</p><p>This article covers the topic really well: <a
href="http://www.softiesonrails.com/2008/1/3/freezing-your-rails-application">Softies on Rails: Freezing Your Rails Application</a>.</p><p>One thing it doesn&#8217;t cover is how to freeze a specific version of rails. It&#8217;s pretty simple:</p><pre>rake rails:freeze:gems VERSION=2.1.0</pre><p>This will allow you to run your app against the version of rails your app was written for.</p> ]]></content:encoded> <wfw:commentRss>http://railsnotes.com/440-freeze-rails/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 6/16 queries in 0.033 seconds using disk

Served from: railsnotes.com @ 2010-09-09 07:23:52 -->