diff options
author | Kristian Freeman <kristianfreeman@gmail.com> | 2011-12-23 13:10:52 -0800 |
---|---|---|
committer | Kristian Freeman <kristianfreeman@gmail.com> | 2011-12-23 13:10:52 -0800 |
commit | b87491b8f6ace5f18f7ba347d749ce1f600c2495 (patch) | |
tree | e5c874fcb76932f98dfb0c339a4a525d23dc117c /railties/guides/source | |
parent | 2315e96a177502afea1910d2211e90c021e915f0 (diff) | |
download | rails-b87491b8f6ace5f18f7ba347d749ce1f600c2495.tar.gz rails-b87491b8f6ace5f18f7ba347d749ce1f600c2495.tar.bz2 rails-b87491b8f6ace5f18f7ba347d749ce1f600c2495.zip |
Grammar in 3.2 release notes.
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/3_2_release_notes.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile index 370881260e..91a518d62e 100644 --- a/railties/guides/source/3_2_release_notes.textile +++ b/railties/guides/source/3_2_release_notes.textile @@ -7,7 +7,7 @@ Highlights in Rails 3.2: * Automatic Query Explains * Tagged Logging -This release notes cover the major changes, but don't include every little bug fix and change. If you want to see everything, check out the "list of commits":https://github.com/rails/rails/commits/3-2-stable in the main Rails repository on GitHub. +These release notes cover the major changes, but don't include every little bug fix and change. If you want to see everything, check out the "list of commits":https://github.com/rails/rails/commits/3-2-stable in the main Rails repository on GitHub. endprologue. @@ -33,7 +33,7 @@ h4. Vendoring Gems Rails now uses a +Gemfile+ in the application root to determine the gems you require for your application to start. This +Gemfile+ is processed by the "Bundler":https://github.com/carlhuda/bundler gem, which then installs all your dependencies. It can even install all the dependencies locally to your application so that it doesn't depend on the system gems. -More information: - "bundler homepage":http://gembundler.com +More information: - "Bundler homepage":http://gembundler.com h4. Living on the Edge |