Skip to content

Commit

Permalink
Remove "bundle install" section, as rails new ______ runs bundle inst…
Browse files Browse the repository at this point in the history
…all for you
  • Loading branch information
jasonnoble authored and fxn committed Jul 25, 2011
1 parent 12faf80 commit 41c024d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions railties/guides/source/getting_started.textile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41c024d

Please sign in to comment.