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 bundle command, so the concept of rake freeze has been dropped. + +If you want to bundle straight from the Git repository, you can pass the edge flag: $ rails myapp --edge