aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Noble & Ralph Shnelvar <perlwizard@gmail.com>2011-07-24 15:33:59 -0600
committerJason Noble & Ralph Shnelvar <perlwizard@gmail.com>2011-07-24 15:34:14 -0600
commit715c128e6a454addbb95df17dbc14cb3780bcea6 (patch)
tree75751961574b44ee89b773f5cb2dbd800b713f77
parentdd8a485170b1a91557fa2e7cfdcb1a941b778e2e (diff)
downloadrails-715c128e6a454addbb95df17dbc14cb3780bcea6.tar.gz
rails-715c128e6a454addbb95df17dbc14cb3780bcea6.tar.bz2
rails-715c128e6a454addbb95df17dbc14cb3780bcea6.zip
Remove "bundle install" section, as rails new ______ runs bundle install for you
-rw-r--r--railties/guides/source/getting_started.textile12
1 files changed, 0 insertions, 12 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index 94778608ae..b01576b85c 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -282,18 +282,6 @@ by default:
|tmp/|Temporary files|
|vendor/|A place for all third-party code. In a typical Rails application, this includes Ruby Gems, the Rails source code (if you install it into your project) and plugins containing additional prepackaged functionality.|
-h4. Installing the Required Gems
-
-Rails applications manage gem dependencies with
-"Bundler":http://gembundler.com/v1.0/index.html by default. As we don't need any
-other gems beyond the ones in the generated +Gemfile+ we can directly run
-
-<shell>
-$ bundle install
-</shell>
-
-to have them ready.
-
h4. Configuring a Database
Just about every Rails application will interact with a database. The database