aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorRyan Bigg <radarlistener@gmail.com>2010-12-28 15:10:13 +1000
committerRyan Bigg <radarlistener@gmail.com>2010-12-28 15:10:13 +1000
commit591c01123826d10ec8d31ef4c9e7c55ef62edc5b (patch)
tree1ab49850fdc3a4cfdb51d63cdcc7e421f0654c83 /railties/guides/source
parent84477543435ef6e4327c7e5e46e3559d7e936cfe (diff)
downloadrails-591c01123826d10ec8d31ef4c9e7c55ef62edc5b.tar.gz
rails-591c01123826d10ec8d31ef4c9e7c55ef62edc5b.tar.bz2
rails-591c01123826d10ec8d31ef4c9e7c55ef62edc5b.zip
Init: finish coverage of railties/lib/rails.rb
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/initialization.textile7
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+.
+
+
+
+