From 4ce51e3d76f1d976d235d6be1c9252ef969ba423 Mon Sep 17 00:00:00 2001 From: Oscar Del Ben Date: Fri, 25 May 2012 09:15:31 -0700 Subject: [Guides] Add missing file descriptions --- guides/source/initialization.textile | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/initialization.textile b/guides/source/initialization.textile index 89bb0bba84..ebeed52160 100644 --- a/guides/source/initialization.textile +++ b/guides/source/initialization.textile @@ -758,7 +758,23 @@ inflect.irregular('zombie', 'zombies') h4. +activesupport/lib/active_support/inflector/transliterate.rb+ -In this file is where the "+transliterate+":http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html#method-i-transliterate and +parameterize+:http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html#method-i-parameterize methods are defined. The documentation for both of these methods is very much worth reading. +In this file is where the +"+transliterate+":http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html#method-i-transliterate +and "+parameterize+":http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html#method-i-parameterize methods are defined. The documentation for both of these methods is very much worth reading. + + +h4. +active_support/core_ext/module/introspection+ + +The next file loaded by +rails/railtie+ is the introspection core +extension, which extends +Module+ with methods like +parent_name+, +parent+ and ++parents+. + +h4. +active_support/core_ext/module/delegation+ + +The final file loaded by +rails/railtie+ is the delegation core +extension, which defines the +"+delegate+":http://api.rubyonrails.org/classes/Module.html#method-i-delegate +method. h4. Back to +railties/lib/rails/railtie.rb+ -- cgit v1.2.3