Skip to content

Commit

Permalink
Revert this, commited by mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
smartinez87 authored and fxn committed Jun 6, 2011
1 parent 815dd81 commit 20f1f9e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions railties/guides/source/initialization.textile
Expand Up @@ -155,13 +155,13 @@ h4. +config/boot.rb+
In a standard Rails application, there's a +Gemfile+ which declares all dependencies of the application. +config/boot.rb+ sets +ENV["BUNDLE_GEMFILE"]+ to the location of this file, then requires Bundler and calls +Bundler.setup+ which adds the dependencies of the application (including all the Rails parts) to the load path, making them available for the application to load. The gems that a Rails 3.1 application depends on are as follows:

* abstract (1.0.0)
* actionmailer (3.1.0.rc1)
* actionpack (3.1.0.rc1)
* activemodel (3.1.0.rc1)
* activerecord (3.1.0.rc1)
* activeresource (3.1.0.rc1)
* activesupport (3.1.0.rc1)
* arel (2.1.0)
* actionmailer (3.1.0.beta)
* actionpack (3.1.0.beta)
* activemodel (3.1.0.beta)
* activerecord (3.1.0.beta)
* activeresource (3.1.0.beta)
* activesupport (3.1.0.beta)
* arel (2.0.7)
* builder (3.0.0)
* bundler (1.0.6)
* erubis (2.6.6)
Expand Down

0 comments on commit 20f1f9e

Please sign in to comment.