diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2010-12-28 15:10:13 +1000 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2010-12-28 15:10:13 +1000 |
commit | 591c01123826d10ec8d31ef4c9e7c55ef62edc5b (patch) | |
tree | 1ab49850fdc3a4cfdb51d63cdcc7e421f0654c83 /railties/guides | |
parent | 84477543435ef6e4327c7e5e46e3559d7e936cfe (diff) | |
download | rails-591c01123826d10ec8d31ef4c9e7c55ef62edc5b.tar.gz rails-591c01123826d10ec8d31ef4c9e7c55ef62edc5b.tar.bz2 rails-591c01123826d10ec8d31ef4c9e7c55ef62edc5b.zip |
Init: finish coverage of railties/lib/rails.rb
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/initialization.textile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/railties/guides/source/initialization.textile b/railties/guides/source/initialization.textile index 5aecdfde7b..ba204ad980 100644 --- a/railties/guides/source/initialization.textile +++ b/railties/guides/source/initialization.textile @@ -1024,5 +1024,12 @@ After +action_dispatch+ is required in this file, the +ActionDispatch::Railtie+ With +action_dispatch/railtie+ now complete, we go back to +railties/lib/rails.rb+. +h4. Back to +railties/lib/rails.rb+ + +With the Active Support and Action Dispatch railties now both loaded, the rest of this file deals with setting up UTF-8 to be the default encoding for Rails and then finally setting up the +Rails+ module. This module defines useful methods such as +Rails.logger+, +Rails.application+, +Rails.env+, and +Rails.root+. + + + + |