aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/3_0_release_notes.textile
diff options
context:
space:
mode:
authorMikel Lindsaar <raasdnil@gmail.com>2010-02-03 14:26:28 +1100
committerMikel Lindsaar <raasdnil@gmail.com>2010-02-03 14:26:28 +1100
commita5647c12af8be6d34385b78df7f9d6c8216f918b (patch)
tree354275f6dd17a7526bba1389564cc778ace363c2 /railties/guides/source/3_0_release_notes.textile
parent8fac028e0beb1f19edc092da9c8c704b9d0faff9 (diff)
downloadrails-a5647c12af8be6d34385b78df7f9d6c8216f918b.tar.gz
rails-a5647c12af8be6d34385b78df7f9d6c8216f918b.tar.bz2
rails-a5647c12af8be6d34385b78df7f9d6c8216f918b.zip
Fixing up the idea of bundle and freezing gems
Diffstat (limited to 'railties/guides/source/3_0_release_notes.textile')
-rw-r--r--railties/guides/source/3_0_release_notes.textile4
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile
index e8d9248646..b9f00cad61 100644
--- a/railties/guides/source/3_0_release_notes.textile
+++ b/railties/guides/source/3_0_release_notes.textile
@@ -83,7 +83,9 @@ More information: - "Using bundler":http://yehudakatz.com/2009/11/03/using-the-n
h4. Living on the Edge
-Due to the use of +Gemfile+, your Rails app is "frozen" by default, that is, all the gems you depend on are kept in your vendor directory, these gems are copied from your system gems by default or from gemcutter. If you want to bundle straight from the Git repository, you can pass the edge flag:
+Due to the use of the +Bundler+ gem with +Gemfile+, you can "freeze" your Rails app at any time through the <tt>bundle</tt> command, so the concept of <tt>rake freeze</tt> has been dropped.
+
+If you want to bundle straight from the Git repository, you can pass the edge flag:
<shell>
$ rails myapp --edge